You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Tom DNetto abcb7ec1ce cmd/tailscale: warn if node is locked out on bringup
Updates https://github.com/tailscale/corp/issues/12718
Signed-off-by: Tom DNetto <tom@tailscale.com>
3 years ago
.bencher
.github .github/workflows: add govulncheck workflow (#8623) 3 years ago
atomicfile
chirp
client/tailscale client/tailscale: add API for verifying network lock signing deeplink 3 years ago
cmd cmd/tailscale: warn if node is locked out on bringup 3 years ago
control control/controlclient: reset backoff in mapRoutine on netmap recv 3 years ago
derp derp: use new net/tcpinfo package 3 years ago
disco
docs docs/k8s: don't call kubectl directly from Makefile 3 years ago
doctor
envknob
health cmd/tailscale: warn if node is locked out on bringup 3 years ago
hostinfo hostinfo: make lxcfs container check more specific 3 years ago
internal/tooldeps
ipn cmd/tailscale: warn if node is locked out on bringup 3 years ago
jsondb
kube
licenses licenses: update win/apple licenses 3 years ago
log logpolicy, various: allow overriding log function 3 years ago
logpolicy logpolicy, various: allow overriding log function 3 years ago
logtail logtail: fix race condition with sockstats label (#8578) 3 years ago
metrics metrics: add histogram support 3 years ago
net net/netcheck: ignore PreferredDERP changes that are small 3 years ago
packages/deb
paths all: adjust some build tags for wasi 3 years ago
portlist portlist: remove async functionality 3 years ago
prober prober: fix data race when altering derpmap (#8397) 3 years ago
release release/dist: add helper to build Go binaries with custom tags 3 years ago
safesocket
scripts scripts/installer.sh: add sle-micro-rancher. 3 years ago
smallzstd
ssh/tailssh ssh/tailssh: fix double race condition with non-pty command (#8405) 3 years ago
syncs syncs: add ShardedMap.Mutate 3 years ago
tailcfg net/netcheck, tailcfg: add DERPHomeParams and use it 3 years ago
tempfork tempfork/heap: add copy of Go's container/heap but using generics 3 years ago
tka tka: allow checkpoint AUMs to change TKA state 3 years ago
tool tool/gocross: make gocross behave with pre-release Go toolchains 3 years ago
tsconst
tsd
tsnet tsnet: add examples (#8289) 3 years ago
tstest tstime: add Since method (#8622) 3 years ago
tstime tstime: add Since method (#8622) 3 years ago
tsweb metrics: add histogram support 3 years ago
types types/views: add JSON marshal/unmarshal and AsMap to Map 3 years ago
util tailcfg,etc: remove unused tailcfg.Node.KeepAlive field 3 years ago
version version: fix tvOS network extension bundle identifier (#8545) 3 years ago
wf
wgengine wgengine/router,ipn/ipnlocal: add MTU field to router config 3 years ago
words words: ack Miles Prower (#8479) 3 years ago
.gitattributes
.gitignore
.golangci.yml
ALPINE.txt
AUTHORS
CODE_OF_CONDUCT.md
Dockerfile .github/workflows: Add docker build check (#8345) 3 years ago
Dockerfile.base Dockerfile.base: install iputils 3 years ago
LICENSE
Makefile release/dist/synology: build synology packages with cmd/dist 3 years ago
PATENTS
README.md
SECURITY.md
VERSION.txt VERSION.txt: this is v1.45.0 3 years ago
api.md all: adjust case of "IPv4" and "IPv6" 3 years ago
build_dist.sh build_dist.sh: use $go consistently. 3 years ago
build_docker.sh
flake.lock
flake.nix go.mod.sri: update SRI hash for go.mod changes 3 years ago
go.mod go.mod: bump github.com/docker/distribution (#8121) 3 years ago
go.mod.sri go.mod.sri: update SRI hash for go.mod changes 3 years ago
go.sum go.mod: bump github.com/docker/distribution (#8121) 3 years ago
go.toolchain.branch go.toolchain: switch to tailscale.go1.21 (#8415) 3 years ago
go.toolchain.rev go.toolchain.rev: bump Go to Go1.21rc3 3 years ago
pull-toolchain.sh
shell.nix go.mod.sri: update SRI hash for go.mod changes 3 years ago
staticcheck.conf
update-flake.sh
version-embed.go
version_test.go

README.md

Tailscale

https://tailscale.com

Private WireGuard® networks made easy

Overview

This repository contains the majority of Tailscale's open source code. Notably, it includes the tailscaled daemon and the tailscale CLI tool. The tailscaled daemon runs on Linux, Windows, macOS, and to varying degrees on FreeBSD and OpenBSD. The Tailscale iOS and Android apps use this repo's code, but this repo doesn't contain the mobile GUI code.

Other Tailscale repos of note:

For background on which parts of Tailscale are open source and why, see https://tailscale.com/opensource/.

Using

We serve packages for a variety of distros and platforms 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. The GUI wrappers on non-open source platforms are themselves not open source.

Building

We always require the latest Go release, currently Go 1.20. (While we build releases with our Go fork, its use is not required.)

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.

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.

See git log for our commit message style. It's basically the same as Go's style.

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.