Go to file
Brad Fitzpatrick e619296ece portlist: filter out all of 127.0.0.0/8, not just 127.0.0.1/32
Per user private bug report.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2021-04-12 09:17:39 -07:00
.github Switch to Go 1.16. 2021-02-19 13:18:31 -08:00
atomicfile
client/tailscale ipn/ipnlocal: use PATCH for EditPrefs, not POST 2021-04-11 20:49:07 -07:00
cmd ipn/localapi: move EditPrefs to localapi 2021-04-11 16:11:43 -07:00
control/controlclient
derp derp: return keep-alive message up to callers 2021-03-15 10:43:48 -07:00
disco Added 2 fuzzers 2021-04-10 11:40:10 -07:00
health health: add DNS subsystem and plumb errors in. 2021-04-05 10:55:35 -07:00
internal wgengine: move DNS configuration out of wgengine/router. 2021-04-05 10:55:35 -07:00
ipn ipn/localapi: require write access to PATCH prefs 2021-04-11 21:31:20 -07:00
log log/filelogger: move our Windows disk file writing+rotation package here 2020-10-29 14:59:44 -07:00
logpolicy logpolicy: set log target on windows based on a registry key (#1542) 2021-03-18 13:23:56 -04:00
logtail
metrics
net net/dns: fix up NetworkManager configurator a bit. 2021-04-11 23:19:50 -07:00
paths ipn, paths, cmd/tailscaled: remove LegacyConfigPath, relaynode migration 2021-04-07 10:15:45 -07:00
portlist portlist: filter out all of 127.0.0.0/8, not just 127.0.0.1/32 2021-04-12 09:17:39 -07:00
safesocket
scripts
smallzstd
syncs
tailcfg
tempfork
tsconst net/netns: add windows support. 2020-09-14 16:28:49 -07:00
tstest tstest/natlab: use net.ErrClosed 2021-03-24 09:46:36 -07:00
tstime
tsweb
types
util util/dnsname: add FQDN type, use throughout codebase. 2021-04-10 17:58:13 -07:00
version
wgengine
.gitattributes
.gitignore
AUTHORS Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
CODE_OF_CONDUCT.md
Dockerfile
LICENSE LICENSE: Reformat for Github 2021-01-24 16:20:22 -08:00
Makefile wgengine/netstack: fix 32-bit build broken from prior commit 2021-03-01 11:19:31 -08:00
PATENTS
README.md
SECURITY.md
VERSION.txt
api.md
build_dist.sh
build_docker.sh
go.mod
go.sum
shell.nix

README.md

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.16) 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.