Go to file
David Anderson e7eb46bced wgengine/magicsock: add an explicit else branch to peerMap update.
Clarifies that the replace+delete of peerinfo data is only when peerInfo
already exists.

Signed-off-by: David Anderson <danderson@tailscale.com>
2021-10-18 13:05:52 -07:00
.bencher
.github .github/workflows: always ignore go:generate dnsfallback check 2021-10-14 13:57:02 -07:00
atomicfile
chirp
client/tailscale
cmd cmd/cloner: mangle "go:generate" in cloner.go 2021-10-16 17:53:43 -07:00
control all: fix spelling mistakes 2021-10-12 21:23:14 -07:00
derp
disco wgengine/magicsock: add an explicit else branch to peerMap update. 2021-10-18 13:05:52 -07:00
docs docs/k8s: add example about setting up a subnet router 2021-10-18 14:54:00 -04:00
health
hostinfo net/dns/resolver: set maxDoHInFlight to 1000 on iOS 15+. 2021-10-14 23:29:23 -04:00
internal/tooldeps
ipn cmd/cloner: mangle "go:generate" in cloner.go 2021-10-16 17:53:43 -07:00
kube
log
logpolicy all: fix spelling mistakes 2021-10-12 21:23:14 -07:00
logtail
metrics
net cmd/cloner: mangle "go:generate" in cloner.go 2021-10-16 17:53:43 -07:00
packages/deb
paths
portlist
safesocket
scripts
smallzstd
syncs
tailcfg cmd/cloner: mangle "go:generate" in cloner.go 2021-10-16 17:53:43 -07:00
tempfork/pprof
tsconst
tsnet tsnet: add TLS and LetsEncrypt example. 2021-10-12 15:31:18 -07:00
tstest all: fix spelling mistakes 2021-10-12 21:23:14 -07:00
tstime
tsweb all: fix spelling mistakes 2021-10-12 21:23:14 -07:00
types cmd/cloner: mangle "go:generate" in cloner.go 2021-10-16 17:53:43 -07:00
util
version
wf
wgengine wgengine/magicsock: add an explicit else branch to peerMap update. 2021-10-18 13:05:52 -07:00
words
.gitattributes
.gitignore
api.md
AUTHORS
build_dist.sh
build_docker.sh docs/k8s: add instructions on how to run as a sidecar or a proxy. 2021-10-13 13:26:53 -04:00
CODE_OF_CONDUCT.md
Dockerfile docker: install ip6tables 2021-10-13 17:34:23 -04:00
go.mod net/tstun: update tun_windows for wintun 0.14 API revisions, update wireguard-go dependency to 82d2aa87aa623cb5143a41c3345da4fb875ad85d 2021-10-12 16:07:46 -06:00
go.sum net/tstun: update tun_windows for wintun 0.14 API revisions, update wireguard-go dependency to 82d2aa87aa623cb5143a41c3345da4fb875ad85d 2021-10-12 16:07:46 -06:00
LICENSE
Makefile
PATENTS
README.md
SECURITY.md
shell.nix
staticcheck.conf
VERSION.txt VERSION.txt: new unstable v1.17.0 2021-10-07 13:07:04 -07:00

Tailscale

https://tailscale.com

Private WireGuard® networks made easy

Overview

This repository contains all the open source Tailscale client code and the tailscaled daemon and tailscale CLI tool. The tailscaled daemon runs primarily on Linux; it also works to varying degrees on FreeBSD, OpenBSD, Darwin, and Windows.

The Android app is at https://github.com/tailscale/tailscale-android

Using

We serve packages for a variety of distros at https://pkgs.tailscale.com .

Other clients

The macOS, iOS, and Windows clients use the code in this repository but additionally include small GUI wrappers that are not open source.

Building

go install tailscale.com/cmd/tailscale{,d}

If you're packaging Tailscale for distribution, use build_dist.sh instead, to burn commit IDs and version info into the binaries:

./build_dist.sh tailscale.com/cmd/tailscale
./build_dist.sh tailscale.com/cmd/tailscaled

If your distro has conventions that preclude the use of build_dist.sh, please do the equivalent of what it does in your distro's way, so that bug reports contain useful version information.

We only guarantee to support the latest Go release and any Go beta or release candidate builds (currently Go 1.17) in module mode. It might work in earlier Go versions or in GOPATH mode, but we're making no effort to keep those working.

Bugs

Please file any issues about this code or the hosted service on the issue tracker.

Contributing

PRs welcome! But please file bugs. Commit messages should reference bugs.

We require Developer Certificate of Origin Signed-off-by lines in commits.

About Us

Tailscale is primarily developed by the people at https://github.com/orgs/tailscale/people. For other contributors, see:

WireGuard is a registered trademark of Jason A. Donenfeld.