Go to file
Brad Fitzpatrick eff6dcdb4e wgengine/magicsock: log more about why we're re-STUNing 2020-03-12 12:09:25 -07:00
.github
atomicfile
cmd cmd/derper: set a write timeout 2020-03-12 14:42:48 -04:00
control/controlclient
derp derp: test that client a->b and a->c relaying do not interfere 2020-03-12 14:42:48 -04:00
ipn ipn: search for ErrStateNotExist with errors.Is 2020-03-12 08:44:24 -04:00
logpolicy
logtail
metrics
net net/nettest: new package with net-like testing primitives 2020-03-12 14:42:48 -04:00
netcheck netcheck: fix data races for staggler STUN packets arriving after GetReport 2020-03-11 15:35:12 -07:00
paths
portlist
ratelimit
safesocket
stun
stunner stunner: return wrapped error (currently unused) 2020-03-12 11:21:19 -07:00
syncs syncs: add new package for extra sync types 2020-03-12 11:13:33 -07:00
tailcfg
tempfork/osexec
testy
tsweb wgengine/monitor: don't call LinkChange when interfaces look unchanged 2020-03-10 11:03:19 -07:00
types
version version: bump OSS version datestamp. 2020-03-11 10:47:37 -07:00
wgengine wgengine/magicsock: log more about why we're re-STUNing 2020-03-12 12:09:25 -07:00
.gitattributes
.gitignore
AUTHORS
CODE_OF_CONDUCT.md
Dockerfile
LICENSE
PATENTS
README.md
SECURITY.md
go.mod go.mod: bump wireguard-go version. 2020-03-11 10:32:50 -07:00
go.sum go.mod: bump wireguard-go version. 2020-03-11 10:32:50 -07:00

README.md

Tailscale

https://tailscale.com

Private WireGuard® networks made easy

Overview

This repository contains all the open source Tailscale code. It currently includes the Linux client.

The Linux client is currently cmd/relaynode, but will soon be replaced by cmd/tailscaled.

Using

We serve packages for a variety of distros at https://pkgs.tailscale.com .

Building

go install tailscale.com/cmd/tailscale{,d}

We only support the latest Go release and any Go beta or release candidate builds (currently Go 1.13.x or Go 1.14) 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

under_construction.gif

PRs welcome, but we are still working out our contribution process and tooling.

We require Developer Certificate of Origin Signed-off-by lines in commits.

About Us

We are apenwarr, bradfitz, crawshaw, danderson, dfcarney, from Tailscale Inc. You can learn more about us from our website.

WireGuard is a registered trademark of Jason A. Donenfeld.