基于WireGuard的VPN。免费支持最多20个节点。 https://tailscale.com/

dependabot[bot] eaa0aef934 go.mod: bump github.com/creack/pty from 1.1.16 to 1.1.17 hace 4 años
.bencher babd163aac bencher: add config to suppress failures on benchmark regressions. hace 4 años
.github 7742caef0a .github/workflows: always ignore go:generate dnsfallback check hace 4 años
atomicfile df674d4189 atomicfile: don't Chmod on windows hace 5 años
chirp fd4838dc57 wgengine/userspace: add support to automatically enable/disable the tailscale hace 4 años
client 52be1c0c78 tsnet: run the LocalAPI handler hace 4 años
cmd c6ea282b3f utils/winutil utils/winutil/vss: add utility function for extracting data from Windows System Restore Point backups. hace 4 años
control f01ff18b6f all: fix spelling mistakes hace 4 años
derp 7cf8ec8108 net/tlsdial: bake in LetsEncrypt's ISRG Root X1 root hace 4 años
disco e7eb46bced wgengine/magicsock: add an explicit else branch to peerMap update. hace 4 años
docs cb030a0bb4 docs/k8s: add example about setting up a subnet router hace 4 años
health aae622314e tailcfg, health: add way for control plane to add problems to health check hace 4 años
hostinfo 7817ab6b20 net/dns/resolver: set maxDoHInFlight to 1000 on iOS 15+. hace 4 años
internal 700badd8f8 util/deephash: move internal/deephash to util/deephash hace 4 años
ipn 6425f497b1 ipn/ipnserver paths: add paths.LegacyStateFilePath hace 4 años
kube 0842e2f45b ipn/store: add ability to store data as k8s secrets. hace 4 años
log 280c84e46a ipn/ipnserver, paths, logpolicy: move Window config files out of %LocalAppData% hace 4 años
logpolicy f01ff18b6f all: fix spelling mistakes hace 4 años
logtail 0c038b477f logtail: add a re-usable buffer for uploads hace 4 años
metrics d1cb7a2639 metrics: use SYS_OPENAT hace 4 años
net 9af27ba829 cmd/cloner: mangle "go:generate" in cloner.go hace 4 años
packages 8236464252 packages/deb: add package to extract metadata from .deb files. hace 4 años
paths 6425f497b1 ipn/ipnserver paths: add paths.LegacyStateFilePath hace 4 años
portlist a05086ef86 portlist: add debug knob to disable portlist collection hace 4 años
safesocket 82117f7a63 safesocket: actually fix CLI on macsys build hace 4 años
scripts 4d19db7c9f scripts/installer: work on Oracle Linux (#2604) hace 4 años
smallzstd 9cd4e65191 smallzstd: new package that constructs zstd small encoders/decoders. hace 5 años
syncs d2aa144dcc syncs: bump known good version to include Go 1.17 hace 4 años
tailcfg 9af27ba829 cmd/cloner: mangle "go:generate" in cloner.go hace 4 años
tempfork baf8854f9a tempfork/wireguard-windows: remove the old windows firewall code now that we are no hace 4 años
tsconst 8f5b52e571 net/netns: add windows support. hace 5 años
tsnet c121fa81c4 tsnet: add TLS and LetsEncrypt example. hace 4 años
tstest f01ff18b6f all: fix spelling mistakes hace 4 años
tstime 0daa32943e all: add (*testing.B).ReportAllocs() to every benchmark hace 4 años
tsweb f01ff18b6f all: fix spelling mistakes hace 4 años
types 9af27ba829 cmd/cloner: mangle "go:generate" in cloner.go hace 4 años
util c6ea282b3f utils/winutil utils/winutil/vss: add utility function for extracting data from Windows System Restore Point backups. hace 4 años
version a71fb6428d version: new month, new date bump hace 4 años
wf 2919b3e3e6 wf: loopback condition should use MatchTypeFlagsAllSet. hace 4 años
wgengine b956139b0c wgengine/magicsock: track IP<>node mappings without relying on discokeys. hace 4 años
words de63e85810 words: remove two plurals, one with a typo hace 4 años
.gitattributes bec17d05cb .gitattributes: add a smudge filter for go.mod. hace 6 años
.gitignore dad10fee9c Revert "cmd/tailscaled: split package main into main shim + package" hace 5 años
AUTHORS a8d8b8719a Move Linux client & common packages into a public repo. hace 6 años
CODE_OF_CONDUCT.md 452b81d56b Add a code of conduct. hace 6 años
Dockerfile 9ab8492694 docker: install ip6tables hace 4 años
LICENSE bf6205d200 LICENSE: Reformat for Github hace 5 años
Makefile af30897f0d Makefile: add a linux/arm check hace 4 años
PATENTS a8d8b8719a Move Linux client & common packages into a public repo. hace 6 años
README.md ec2b7c7da6 all: bump minimum Go to 1.17 hace 4 años
SECURITY.md e59605595e Add a SECURITY.md for vulnerability reports. hace 6 años
VERSION.txt 3675fafec6 VERSION.txt: new unstable v1.17.0 hace 4 años
api.md a76c8eea58 api: document new API to authorize a device (#2825) hace 4 años
build_dist.sh dfb1385fcc build_dist.sh: add a command to output the shell vars. hace 4 años
build_docker.sh 2c403cbb31 docs/k8s: add instructions on how to run as a sidecar or a proxy. hace 4 años
go.mod eaa0aef934 go.mod: bump github.com/creack/pty from 1.1.16 to 1.1.17 hace 4 años
go.sum eaa0aef934 go.mod: bump github.com/creack/pty from 1.1.16 to 1.1.17 hace 4 años
shell.nix 70f14af21e add nix-shell boilerplate (#1028) hace 5 años
staticcheck.conf ece138ffc3 staticcheck.conf: remove unnecessary warning hace 4 años

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.17) 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:

Legal

WireGuard is a registered trademark of Jason A. Donenfeld.