php8: update to 8.2.9
[feed/packages.git] / net / tailscale / patches / 030-default_to_netfilter_off.patch
1 --- a/cmd/tailscale/cli/up.go
2 +++ b/cmd/tailscale/cli/up.go
3 @@ -147,7 +147,7 @@ func defaultNetfilterMode() string {
4 if distro.Get() == distro.Synology {
5 return "off"
6 }
7 - return "on"
8 + return "off"
9 }
10
11 type upArgsT struct {