Revert from nftables to Alpine 3.19 + iptables-legacy
Added note re netfliter-mode flag in README
This commit is contained in:
Frank Edwards 2025-02-01 15:08:13 +10:00
parent 162055e2db
commit 84b1d447ae
4 changed files with 8 additions and 6 deletions

View file

@ -38,9 +38,6 @@ 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 \