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
Joe Tsai ae303d41dd
go.mod: bump github.com/go-json-experiment/json (#15010)
The upstream module has seen significant work making
the v1 emulation layer a high fidelity re-implementation
of v1 "encoding/json".

This addresses several upstream breaking changes:
* MarshalJSONV2 renamed as MarshalJSONTo
* UnmarshalJSONV2 renamed as UnmarshalJSONFrom
* Options argument removed from MarshalJSONV2
* Options argument removed from UnmarshalJSONV2

Updates tailscale/corp#791

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
11 months ago
.bencher
.github go.toolchain.branch: update to Go 1.24 (#15016) 11 months ago
appc appc: fix a deadlock in route advertisements (#15031) 11 months ago
atomicfile
chirp
client client/systray: show message on localapi permission error 11 months ago
clientupdate clientupdate: refuse to update in tsnet binaries (#14911) 12 months ago
cmd cmd/derper: add --socket flag to change unix socket path to tailscaled 11 months ago
control control/controlclient,tailcfg:types: remove MaxKeyduration from NetMap 12 months ago
derp cmd/derper: add --socket flag to change unix socket path to tailscaled 11 months ago
disco
docs ipn/ipnlocal,util/syspolicy,docs/windows/policy: implement the ReconnectAfter policy setting 11 months ago
doctor
drive
envknob
feature
gokrazy
health
hostinfo
internal client/tailscale,cmd/k8s-operator,internal/client/tailscale: move VIP service client methods into internal control client 11 months ago
ipn ipn/ipnlocal,util/syspolicy,docs/windows/policy: implement the ReconnectAfter policy setting 11 months ago
jsondb
k8s-operator cmd/k8s-operator: reinstate HA Ingress reconciler (#14887) 12 months ago
kube
licenses licenses: update license notices 12 months ago
log
logpolicy logpolicy: expose MaxBufferSize and MaxUploadSize options (#14903) 12 months ago
logtail logpolicy: expose MaxBufferSize and MaxUploadSize options (#14903) 12 months ago
maths maths: add exponentially weighted moving average type 11 months ago
metrics
net various: disable MPTCP when setting TCP_USER_TIMEOUT sockopt (#15063) 11 months ago
omit
packages/deb
paths
portlist
posture
prober all: use new LocalAPI client package location 12 months ago
proxymap
release
safesocket safesocket: add ability for Darwin clients to set explicit credentials (#14702) 12 months ago
safeweb
scripts scripts/installer.sh: ensure default umask for the installer (#15139) 11 months ago
sessionrecording
smallzstd
ssh/tailssh ssh/tailssh: accept passwords and public keys 12 months ago
syncs
tailcfg ipn/ipnlocal,tailcfg: don't send WireIngress if IngressEnabled already true (#14960) 11 months ago
taildrop
tempfork tempfork/acme: pull in latest changes for Go 1.24 (#15062) 11 months ago
tka
tool
tsconst
tsd various: keep tailscale connected when Always On mode is enabled on Windows 12 months ago
tsnet tsnet: require I_Acknowledge_This_API_Is_Experimental to use AuthenticatedAPITransport() 11 months ago
tstest tstest/deptest: add DepChecker.ExtraEnv option for callers to set 11 months ago
tstime
tsweb
types go.mod: bump github.com/go-json-experiment/json (#15010) 11 months ago
util go.mod: bump github.com/go-json-experiment/json (#15010) 11 months ago
version
wf
wgengine wgengine/netstack: respond to service IPs in Linux tun mode 12 months ago
words
.gitattributes
.gitignore
.golangci.yml
ALPINE.txt
AUTHORS
CODEOWNERS
CODE_OF_CONDUCT.md
Dockerfile go.toolchain.branch: update to Go 1.24 (#15016) 11 months ago
Dockerfile.base
LICENSE
Makefile
PATENTS
README.md
SECURITY.md
VERSION.txt
api.md
assert_ts_toolchain_match.go
build_dist.sh
build_docker.sh
flake.lock
flake.nix
go.mod go.mod: bump github.com/go-json-experiment/json (#15010) 11 months ago
go.mod.sri
go.sum go.mod: bump github.com/go-json-experiment/json (#15010) 11 months ago
go.toolchain.branch go.toolchain.branch: update to Go 1.24 (#15016) 11 months ago
go.toolchain.rev go.toolchain.rev: bump Tailscale Go 1.24 for a Tailscale revert + upstream bump 11 months ago
gomod_test.go
header.txt
pkgdoc_test.go
pull-toolchain.sh
shell.nix
staticcheck.conf
update-flake.sh
version-embed.go
version_tailscale_test.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.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.