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
Brad Fitzpatrick 703d789005 tailcfg: add MapResponse.Debug mechanism to trigger logging heap pprof
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
5 years ago
.github
atomicfile
cmd stun, netcheck: move under net 5 years ago
control/controlclient tailcfg: add MapResponse.Debug mechanism to trigger logging heap pprof 5 years ago
derp all: make client use server-provided DERP map, add DERP region support 5 years ago
ipn all: make client use server-provided DERP map, add DERP region support 5 years ago
log/logheap tailcfg: add MapResponse.Debug mechanism to trigger logging heap pprof 5 years ago
logpolicy ipnserver and logpolicy: configure zstd with low-memory settings. 5 years ago
logtail magicsock/test: oops, fix a data race in nested-test logf hack. 5 years ago
metrics
net stun, netcheck: move under net 5 years ago
paths
portlist portlist: fix "readdirent: no such file or directory" errors on Linux. 5 years ago
safesocket
scripts wgengine/router: split out from wgengine. 5 years ago
syncs
tailcfg tailcfg: add MapResponse.Debug mechanism to trigger logging heap pprof 5 years ago
tempfork
tstest tstest: document PanicOnLog 5 years ago
tstime
tsweb
types types/strbuilder: add a variant of strings.Builder that uses sync.Pool 5 years ago
version
wgengine stun, netcheck: move under net 5 years ago
.gitattributes
.gitignore
AUTHORS
CODE_OF_CONDUCT.md
Dockerfile Dockerfile: install iproute2 in the container image. 5 years ago
LICENSE
PATENTS
README.md
SECURITY.md
go.mod all: make client use server-provided DERP map, add DERP region support 5 years ago
go.sum all: make client use server-provided DERP map, add DERP region support 5 years ago

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 guarantee to support the latest Go release and any Go beta or release candidate builds (currently 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.