Migrate to nftables.
This commit is contained in:
Frank Edwards 2025-01-16 09:28:42 +10:00
parent c7c6daca06
commit 162055e2db
3 changed files with 5 additions and 2 deletions

View file

@ -38,6 +38,9 @@ if [[ -n "$STARTUP_SCRIPT" ]]; then
bash "$STARTUP_SCRIPT" || exit $?
fi
# Flag tailscale to use nftables
TS_DEBUG_FIREWALL_MODE=nftables
# Start tailscaled and bring tailscale up
/usr/local/bin/tailscaled ${TAILSCALED_ARGS} &
until /usr/local/bin/tailscale up \