mirror of
https://github.com/Fluent-networks/tailscale-mikrotik.git
synced 2025-07-29 15:15:04 +02:00
0.1.35
Revert from nftables to Alpine 3.19 + iptables-legacy Added note re netfliter-mode flag in README
This commit is contained in:
parent
162055e2db
commit
84b1d447ae
4 changed files with 8 additions and 6 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue