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/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>
2 months ago
..
nmcfg tailcfg,all: add/plumb Node.IsJailed 2 months ago
config.go tailcfg,all: add/plumb Node.IsJailed 2 months ago
device.go all: update copyright and license headers 1 year ago
device_test.go all: update copyright and license headers 1 year ago
parser.go all: update copyright and license headers 1 year ago
parser_test.go all: use Go 1.22 range-over-int 2 months ago
wgcfg_clone.go tailcfg,all: add/plumb Node.IsJailed 2 months ago
writer.go wgengine/wgcfg: don't send UAPI to disable keep-alives on new peers 4 months ago