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
Brad Fitzpatrick 8d0c690f89 net/netcheck: clean up ICMP probe AddrPort lookup
Fixes #14200

Change-Id: Ib086814cf63dda5de021403fe1db4fb2a798eaae
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 days ago
.bencher
.github .github: Bump actions/setup-go from 5.0.2 to 5.1.0 (#13934) 3 weeks ago
appc
atomicfile
chirp
client client/tailscale,ipn/{ipnlocal,localapi}: add a pre-shutdown localAPI endpoint that terminates control connections. (#14028) 4 weeks ago
clientupdate clientupdate: don't link distsign on platforms that don't download 2 months ago
cmd cmd/containerboot: serve health on local endpoint (#14246) 2 days ago
control control/controlhttp: set *health.Tracker in tests 1 week ago
derp derp/derphttp: don't link websockets other than on GOOS=js 4 weeks ago
disco
docs docs/windows/policy: update ADMX policy definitions to reflect the syspolicy settings 1 week ago
doctor
drive
envknob envknob,kube/kubetypes,cmd/k8s-operator: add app type for ProxyGroup (#14029) 4 weeks ago
gokrazy
health health: move health metrics test to health_test 6 days ago
hostinfo types/result, util/lineiter: add package for a result type, use it 4 weeks ago
internal
ipn ipn/localapi: count localapi requests to metric endpoints 1 week ago
jsondb
k8s-operator cmd/{containerboot,k8s-operator},k8s-operator: new options to expose user metrics (#14035) 2 weeks ago
kube cmd/k8s-operator,kube/kubeclient,docs/k8s: update rbac to emit events + small fixes (#14164) 2 weeks ago
licenses licenses: update license notices 2 weeks ago
log
logpolicy cmd/tsconnect, logpolicy: fixes for wasm_js.go 2 months ago
logtail logtail: avoid bytes.Buffer allocation (#11858) 7 days ago
metrics
net net/netcheck: clean up ICMP probe AddrPort lookup 2 days ago
omit
packages/deb
paths
portlist
posture
prober cmd/derpprobe,prober: add ability to restrict derpprobe to a single region 3 weeks ago
proxymap
release release/dist: clamp min / max version for synology package centre (#13857) 2 months ago
safesocket safesocket: don't depend on go-ps on iOS 2 months ago
safeweb safeweb: add a Shutdown method to the Server type (#14048) 4 weeks ago
scripts scripts/installer.sh: allow Archcraft for Arch packages (#13870) 1 month ago
sessionrecording sessionrecording: implement v2 recording endpoint support (#14105) 2 weeks ago
smallzstd
ssh/tailssh sessionrecording: implement v2 recording endpoint support (#14105) 2 weeks ago
syncs syncs: allocate map with Map.WithLock (#13755) 2 months ago
tailcfg wgengine/filter: actually use the passed CapTestFunc [capver 109] 2 weeks ago
taildrop taildrop: fix defer in loop (#13757) 2 months ago
tempfork
tka
tool tool/gocross: remove trimpath from test builds 1 month ago
tsconst
tsd
tsnet tsnet: remove flaky test marker from metrics 6 days ago
tstest tstest/integration/testcontrol: remove a vestigial unused parameter 3 weeks ago
tstime
tsweb tsweb: change RequestID format to have a date in it 2 weeks ago
types all: use iterators over slice views more 3 weeks ago
util cmd/checkmetrics: add command for checking metrics against kb 2 days ago
version version: fix earlier test/wording mistakes 2 weeks ago
wf
wgengine wgengine/magicsock: packet/bytes metrics should not count disco 6 days ago
words words: Add scoville to scales.txt (#14084) 3 weeks ago
.gitattributes
.gitignore
.golangci.yml
ALPINE.txt
AUTHORS
CODEOWNERS
CODE_OF_CONDUCT.md
Dockerfile
Dockerfile.base
LICENSE
Makefile Makefile,./build_docker.sh: update kube operator image build target name (#14251) 5 days ago
PATENTS
README.md
SECURITY.md
VERSION.txt VERSION.txt: this is v1.77.0 (#13779) 2 months ago
api.md
assert_ts_toolchain_match.go tailscaleroot: panic if tailscale_go build tag but Go toolchain mismatch 2 months ago
build_dist.sh
build_docker.sh Makefile,./build_docker.sh: update kube operator image build target name (#14251) 5 days ago
flake.lock
flake.nix
go.mod go.mod: bump tailscale/wireguard-go 3 weeks ago
go.mod.sri
go.sum go.mod: bump tailscale/wireguard-go 3 weeks ago
go.toolchain.branch
go.toolchain.rev go.toolchain.rev: bump from Go 1.23.1 to Go 1.23.3 3 weeks ago
gomod_test.go
header.txt
pkgdoc_test.go
pull-toolchain.sh
shell.nix
staticcheck.conf
update-flake.sh
version-embed.go tailscaleroot: panic if tailscale_go build tag but Go toolchain mismatch 2 months ago
version_tailscale_test.go tailscaleroot: panic if tailscale_go build tag but Go toolchain mismatch 2 months ago
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.23. (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.