tailscale/wgengine/wgcfg
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>
2024-05-06 15:32:22 -07:00
..
nmcfg tailcfg,all: add/plumb Node.IsJailed 2024-05-06 15:32:22 -07:00
config.go tailcfg,all: add/plumb Node.IsJailed 2024-05-06 15:32:22 -07:00
device_test.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
device.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
parser_test.go all: use Go 1.22 range-over-int 2024-04-16 15:32:38 -07:00
parser.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
wgcfg_clone.go tailcfg,all: add/plumb Node.IsJailed 2024-05-06 15:32:22 -07:00
writer.go wgengine/wgcfg: don't send UAPI to disable keep-alives on new peers 2024-02-24 14:22:56 -08:00