tailscale/ipn/ipnlocal
Brad Fitzpatrick b68d008fee envknob: add CanTaildrop (TS_DISABLE_TAILDROP) to disable taildrop on device
This matches CanSSHD (TS_DISABLE_SSH_SERVER) for administratively
disabling the code on a node, regardless of local or server configs.

This can be configured in /etc/default/tailscaled on Linux,
%ProgramData%\Tailscale\tailscaled-env.txt on Windows,
or /etc/tailscale/tailscaled-env.txt on Synology. (see getPlatformEnvFile)

Also delete some dead code and tidy up some docs.

Change-Id: I79a87c03e33209619466ea8aeb0f6651afcb8789
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2022-11-24 07:51:17 -08:00
..
c2n.go wgengine/magicsock: make debug-level stuff not logged by default 2022-10-04 11:05:50 -07:00
cert_js.go ipn/ipnlocal, wgengine/netstack: start handling ports for future serving 2022-11-08 19:39:07 -08:00
cert_test.go ipn/{ipnlocal,localapi}: move most of cert.go to ipnlocal 2022-11-07 21:50:04 -08:00
cert.go ipn/{ipnlocal,localapi}: move most of cert.go to ipnlocal 2022-11-07 21:50:04 -08:00
dnsconfig_test.go ipn/ipnlocal: use ipn.PrefsView 2022-10-24 15:57:00 -07:00
local_test.go ipn/ipnlocal: add support for multiple user profiles 2022-11-11 10:45:47 +05:00
local.go tailcfg, ipn, controlclient: add MapResponse.ClientVersion, plumb to IPN bus 2022-11-23 20:24:12 -08:00
loglines_test.go ipn/ipnlocal: add support for multiple user profiles 2022-11-11 10:45:47 +05:00
network-lock_test.go ipn/ipnlocal: always tx TKA sync after enablement 2022-11-22 10:25:13 -08:00
network-lock.go ipn/ipnlocal,tka: generate a nonce for each TKA 2022-11-22 10:31:22 -08:00
peerapi_h2c.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
peerapi_macios_ext.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
peerapi_test.go ipn/ipnlocal: move selfNode from peerAPIServer to peerAPIHandler 2022-11-17 01:02:03 +05:00
peerapi.go envknob: add CanTaildrop (TS_DISABLE_TAILDROP) to disable taildrop on device 2022-11-24 07:51:17 -08:00
profiles_test.go ipn/ipnlocal: handle case when selected profile is deleted 2022-11-23 00:42:18 +05:00
profiles.go envknob: add GOOS func 2022-11-23 18:35:43 -08:00
serve_test.go ipn/ipnlocal: support serving files/directories too 2022-11-10 18:09:35 -08:00
serve.go cmd/tailscale/cli: flesh out serve CLI and tests (#6304) 2022-11-17 16:09:43 -05:00
ssh_stub.go ssh/tailssh: add Tailscale SSH (server) support on FreeBSD 2022-11-10 20:25:23 -08:00
ssh_test.go ipn/ipnlocal: add support for multiple user profiles 2022-11-11 10:45:47 +05:00
ssh.go ssh/tailssh: add Tailscale SSH (server) support on FreeBSD 2022-11-10 20:25:23 -08:00
state_test.go ipn/ipnlocal: strip NetworkLockKey from Prefs 2022-11-19 00:57:49 +05:00