mirror of
https://github.com/Fluent-networks/tailscale-mikrotik.git
synced 2025-08-03 17:45:53 +02:00
0.1.34
Migrate to nftables.
This commit is contained in:
parent
c7c6daca06
commit
162055e2db
3 changed files with 5 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue