Mirror of tailscale/tailscale@github.com
Go to file
Adrian Dewhurst 1ef5bd5381 util/osdiag, util/winutil: expose Windows policy key
The Windows base registry key is already exported but the policy key was
not. util/osdiag currently replicates the string rather than the
preferred approach of reusing the constant.

Updates #cleanup

Change-Id: I6c1c45337896c744059b85643da2364fb3f232f2
Signed-off-by: Adrian Dewhurst <adrian@tailscale.com>
2023-11-15 15:01:25 -05:00
.bencher
.github .github: add action for updating web-client-prebuilt module 2023-11-14 09:30:08 -08:00
appc appc: prevent duplication of wildcard entries on map updates 2023-11-09 16:47:42 -08:00
atomicfile
chirp
client client/web: disable the "disable" button when disabled 2023-11-15 11:05:59 -08:00
clientupdate clientupdate: fix auto-update on Windows over RDP (#10242) 2023-11-14 17:21:03 -08:00
cmd cmd/tailscaled, util/winutil: changes to process and token APIs in winutil 2023-11-15 12:07:19 -07:00
control control/controlknobs,wgengine/magicsock: implement SilentDisco toggle (#10195) 2023-11-13 10:05:04 -08:00
derp derp/derphttp: use a getter method to read server key 2023-11-06 14:58:55 +00:00
disco disco,net/tstun,wgengine/magicsock: probe peer MTU 2023-10-09 01:57:12 -07:00
docs cmd/k8s-operator: use our own container image instead of busybox 2023-10-17 08:11:16 -07:00
doctor
envknob
health
hostinfo hostinfo: fix a couple of logic simplification lints 2023-11-01 13:14:25 -07:00
internal/tooldeps
ipn ipn: remove the preview-webclient node capability 2023-11-15 11:04:35 -08:00
jsondb
kube
licenses licenses: update win/apple licenses 2023-11-06 12:37:18 -08:00
log
logpolicy
logtail logtail: fix Logger.Write return result 2023-11-08 11:57:15 -08:00
metrics
net net/dnsfallback: add singleflight to recursive resolver 2023-11-15 13:57:49 -05:00
packages/deb
paths
portlist
posture adjust build tags for tamago 2023-11-15 06:33:02 -08:00
prober Add support for custom DERP port in TLS prober 2023-11-07 12:56:13 +00:00
proxymap
release
safesocket safesocket: make clear which net.Conns are winio types 2023-10-26 10:11:08 -07:00
scripts
smallzstd
ssh/tailssh ssh/tailssh: add envknobs to force override forwarding, sftp, pty 2023-11-09 13:37:54 -08:00
syncs syncs: add Map.LoadFunc (#9869) 2023-10-18 15:02:45 -07:00
tailcfg ipn: remove the preview-webclient node capability 2023-11-15 11:04:35 -08:00
taildrop taildrop: lazily perform full deletion scan after first taildrop use (#10137) 2023-11-13 12:20:28 -06:00
tempfork
tka
tool tool: download helm CLI (#9981) 2023-10-30 18:20:33 +00:00
tsconst
tsd cmd/tailscaled,*: add start of configuration file support 2023-10-16 10:40:27 -07:00
tsnet tsnet: check a bit harder for https in Server.ListenFunnel 2023-11-09 07:51:58 -08:00
tstest tstest/deptest: fix minor escaping error in regex 2023-11-01 16:22:18 -07:00
tstime tstime: add DefaultClock (#9691) 2023-10-12 16:01:17 -07:00
tsweb
types types/appctype: correct app-connector cap name in documentation 2023-11-15 09:47:24 -08:00
util util/osdiag, util/winutil: expose Windows policy key 2023-11-15 15:01:25 -05:00
version cmd/tailscale/cli: set Sparkle auto-update on macsys (#9952) 2023-10-24 12:17:55 -06:00
wf
wgengine wgengine/magicsock: fix typo in endpoint.sendDiscoPing() docs (#10232) 2023-11-13 13:56:26 -08:00
words words: flappy birds, but real life 2023-10-11 22:39:30 -07:00
.gitattributes
.gitignore
.golangci.yml
ALPINE.txt
AUTHORS
CODEOWNERS
CODE_OF_CONDUCT.md
Dockerfile
Dockerfile.base
LICENSE
Makefile
PATENTS
README.md
SECURITY.md
VERSION.txt VERSION.txt: this is v1.55.0 2023-11-15 10:15:28 -08:00
api.md
build_dist.sh
build_docker.sh
flake.lock
flake.nix go.mod.sri: update SRI hash for go.mod changes 2023-11-14 18:00:19 -08:00
go.mod go.mod: update web-client-prebuilt module 2023-11-14 09:47:56 -08:00
go.mod.sri go.mod.sri: update SRI hash for go.mod changes 2023-11-14 18:00:19 -08:00
go.sum go.mod: update web-client-prebuilt module 2023-11-14 09:47:56 -08:00
go.toolchain.branch
go.toolchain.rev go.toolchain.rev: bump to Go 1.21.4 (#10189) 2023-11-09 13:39:56 -08:00
gomod_test.go
pull-toolchain.sh
shell.nix go.mod.sri: update SRI hash for go.mod changes 2023-11-14 18:00:19 -08:00
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.21. (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.