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
shayne 0c4c66948b
cmd/tailscale/cli: Improve messaging when Funnel is unavailable. (#6502)
There are three specific requirements for Funnel to work:
1) They must accept an invite.
2) They must enable HTTPS.
3) The "funnel" node attribute must be appropriately set up in the ACLs.

Signed-off-by: Shayne Sweeney <shayne@tailscale.com>
3 years ago
.bencher
.github Fix vm ci tests clogging in fork repository pull request 3 years ago
atomicfile
chirp
client/tailscale ipn, cmd/tailscale/cli: add LocalAPI IPN bus watch, Start, convert CLI 3 years ago
cmd cmd/tailscale/cli: Improve messaging when Funnel is unavailable. (#6502) 3 years ago
control tailcfg, ipn, controlclient: add MapResponse.ClientVersion, plumb to IPN bus 3 years ago
derp all: use strs.CutPrefix and strs.CutSuffix more 3 years ago
disco all: use strs.CutPrefix and strs.CutSuffix more 3 years ago
docs docs/k8s: add secrets patching permission to the tailscale role. 3 years ago
doctor
envknob envknob: add CanTaildrop (TS_DISABLE_TAILDROP) to disable taildrop on device 3 years ago
health health: add Warnable, move ownership of warnable items to callers 3 years ago
hostinfo all: remove old +build tags 3 years ago
internal/tooldeps all: remove old +build tags 3 years ago
ipn ipn/ipnserver: only permit the pre-HTTP LocalAPI protocol on Windows 3 years ago
jsondb
kube kube: handle 201 as a valid status code. 3 years ago
licenses licenses: update android licenses 3 years ago
log all: remove old +build tags 3 years ago
logpolicy
logtail logtail: remove MustParsePublicID (#6335) 3 years ago
metrics util/dirwalk, metrics, portlist: add new package for fast directory walking 3 years ago
net net/dns: retry overwriting hosts file on Windows 3 years ago
packages/deb
paths all: remove old +build tags 3 years ago
portlist portlist: wait for lsof cmd to exit 3 years ago
prober prober: fix test flake 3 years ago
safesocket all: remove old +build tags 3 years ago
scripts scripts/installer.sh: add Nobara Linux. 3 years ago
smallzstd
ssh/tailssh ssh/tailssh: only call CloseWrite when both stdout and stderr are done 3 years ago
syncs syncs: add Map (#6260) 3 years ago
tailcfg cmd/tailscale/cli: Improve messaging when Funnel is unavailable. (#6502) 3 years ago
tempfork all: remove old +build tags 3 years ago
tka ipn/ipnlocal,tka: generate a nonce for each TKA 3 years ago
tool cmd/tsconnect: run wasm-opt on the generated wasm file 3 years ago
tsconst
tsnet tsnet: add Server.ControlURL option 3 years ago
tstest cmd/tailscaled, wgengine/router: use wingoes/com for COM initialization instead of go-ole 3 years ago
tstime tstime: fix ParseDuration for '6' digit (#6363) 3 years ago
tsweb tsweb: export version metrics to Prometheus 3 years ago
types ipn/ipnlocal: handle untagging nodes better 3 years ago
util cmd/tailscale, util/quarantine: set quarantine flags on files from Taildrop 3 years ago
version all: use strs.CutPrefix and strs.CutSuffix more 3 years ago
wf all: remove old +build tags 3 years ago
wgengine cmd/tailscaled, wgengine/router: use wingoes/com for COM initialization instead of go-ole 3 years ago
words words: hybrid theory (#6404) 3 years ago
.gitattributes
.gitignore repo: add .vscode/ to .gitignore (#6278) 3 years ago
ALPINE.txt
AUTHORS
CODE_OF_CONDUCT.md
Dockerfile cmd/containerboot: PID1 for running tailscaled in a container. 3 years ago
Dockerfile.base
LICENSE
Makefile Makefile: add publishdevimage target 3 years ago
PATENTS
README.md
SECURITY.md
VERSION.txt VERSION.txt: this is 1.33. 3 years ago
api.md api.md: make it clearer where to get the tailnet name in API calls 3 years ago
build_dist.sh cmd/tailscaled, net/tstun: add build tags to omit BIRD and TAP 3 years ago
build_docker.sh cmd/containerboot: PID1 for running tailscaled in a container. 3 years ago
go.mod cmd/tailscaled, wgengine/router: use wingoes/com for COM initialization instead of go-ole 3 years ago
go.sum cmd/tailscaled, wgengine/router: use wingoes/com for COM initialization instead of go-ole 3 years ago
go.toolchain.branch
go.toolchain.rev
pull-toolchain.sh
shell.nix shell.nix: add graphviz 3 years ago
staticcheck.conf
version-embed.go
version_test.go

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 on Linux, Windows and macOS, and to varying degrees on FreeBSD, OpenBSD, and Darwin. (The Tailscale iOS and Android apps use this repo's code, but this repo doesn't contain the mobile GUI code.)

The Android app is at https://github.com/tailscale/tailscale-android

The Synology package is at https://github.com/tailscale/tailscale-synology

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 require the latest Go release, currently Go 1.19.

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.