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.
tailscale/control/controlclient
Maisem Ali af97e7a793 tailcfg,all: add/plumb Node.IsJailed
This adds a new bool that can be sent down from control
to do jailing on the client side. Previously this would
only be done from control by modifying the packet filter
we sent down to clients. This would result in a lot of
additional work/CPU on control, we could instead just
do this on the client. This has always been a TODO which
we keep putting off, might as well do it now.

Updates tailscale/corp#19623

Signed-off-by: Maisem Ali <maisem@tailscale.com>
6 months ago
..
auto.go control/controlclient: plumb health.Tracker 6 months ago
client.go tsnet: add a test for restarting a tsnet server, fix Windows 1 year ago
controlclient_test.go all: use Go 1.22 range-over-int 7 months ago
direct.go tstest/integration: add more debugging, logs to catch flaky test 6 months ago
direct_test.go net/netns, net/dns/resolver, etc: make netmon required in most places 6 months ago
map.go tailcfg,all: add/plumb Node.IsJailed 6 months ago
map_test.go all: use Go 1.22 range-over-int 7 months ago
noise.go health, all: remove health.Global, finish plumbing health.Tracker 6 months ago
noise_test.go net/netns, net/dns/resolver, etc: make netmon required in most places 6 months ago
sign.go all: update copyright and license headers 2 years ago
sign_supported.go control/controlclient: support certstore without cgo 1 year ago
sign_supported_test.go all: update copyright and license headers 2 years ago
sign_unsupported.go control/controlclient: support certstore without cgo 1 year ago
status.go all: implement AppendText alongside MarshalText (#9207) 1 year ago