tailscale: set nftables as default
[feed/packages.git] / net / tailscale / files / tailscale.conf
index 194d8df4fbd5e50917848f917d045ffeebfd6f06..0261582ac0bc74209f5a22a682653fe4ea1c7088 100644 (file)
@@ -3,3 +3,5 @@ config settings 'settings'
        option log_stdout '1'
        option port '41641'
        option state_file '/etc/tailscale/tailscaled.state'
+       # default to using nftables - change below to 'iptables' if still using iptables
+       option fw_mode 'nftables'
\ No newline at end of file