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
Denton Gentry 3020e58f57 VERSION.txt: this is v1.14.4
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
4 years ago
.github disable vm tests on every commit to main 5 years ago
atomicfile
client/tailscale client/tailscale,ipn/localapi: warn on tailscale/tailscaled version skew 4 years ago
cmd ipn, paths: ensure that the state directory for Windows has the correct perms 4 years ago
control hostinfo: add SetDeviceModel setter, move remaining code from controlclient 4 years ago
derp derp: fix meshing accounting edge case bug 4 years ago
disco all: gofmt with Go 1.17 5 years ago
health
hostinfo hostinfo: set DeviceModel from Linux devicetree model 4 years ago
internal/tooldeps
ipn ipn, paths: unconditionally attempt to set state dir perms, but only if the state dir is ours 4 years ago
log ipn/ipnserver, paths, logpolicy: move Window config files out of %LocalAppData% 4 years ago
logpolicy logpolicy: don't use C:\ProgramData use for tailscale-ipn GUI's log dir 4 years ago
logtail logtail: add a re-usable buffer for uploads 4 years ago
metrics
net net/dnsfallback: add DERP servers 4 years ago
packages/deb
paths ipn, paths: unconditionally attempt to set state dir perms, but only if the state dir is ours 4 years ago
portlist portlist: fix build tag to build only on macOS, not macOS+iOS. 4 years ago
safesocket safesocket: add connect retry loop to wait for tailscaled 4 years ago
scripts scripts/installer: work on Oracle Linux (#2604) 5 years ago
smallzstd
syncs syncs: bump known good version to include Go 1.17 4 years ago
tailcfg tailcfg,ipn/ipnlocal: support DNSConfig.Routes with empty values [mapver 23] 4 years ago
tempfork all: gofmt with Go 1.17 5 years ago
tsconst
tsnet tsnet: add AuthKey support. 5 years ago
tstest cmd/testcontrol: add test control server 4 years ago
tstime tstime/rate: deflake TestLongRunningQPS 4 years ago
tsweb tsweb: add vars for unix process start time and version 4 years ago
types control/controlclient: do not periodically print full netmap 4 years ago
util util/deephash: fix TestArrayAllocs 4 years ago
version version: bump date 4 years ago
wf
wgengine wgengine: fix link monitor / magicsock Start race 4 years ago
words words: add more tails and scales 4 years ago
.gitattributes
.gitignore
AUTHORS
CODE_OF_CONDUCT.md
Dockerfile Dockerfile: use alpine:3.14 4 years ago
LICENSE
Makefile Makefile: add a linux/arm check 4 years ago
PATENTS
README.md
SECURITY.md
VERSION.txt VERSION.txt: this is v1.14.4 4 years ago
api.md api.md: add acl validation docs 4 years ago
build_dist.sh
build_docker.sh
go.mod net/tstun: use unix.Ifreq type for Linux TAP interface configuration 4 years ago
go.sum net/tstun: use unix.Ifreq type for Linux TAP interface configuration 4 years ago
shell.nix
staticcheck.conf

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.