mirror of
https://github.com/Fluent-networks/tailscale-mikrotik.git
synced 2025-08-02 09:04:36 +02:00
0.1.3
Update to RouterOS 7.5beta4 Remove userspace networking (tun device support) Route tailscale network to LAN
This commit is contained in:
parent
fe3dac3dc8
commit
d42257f0ff
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ for s in "${SUBNETS[@]}"; do
|
|||
done
|
||||
|
||||
# Start tailscaled and bring tailscale up
|
||||
/usr/local/bin/tailscaled --tun=userspace-networking &
|
||||
/usr/local/bin/tailscaled &
|
||||
until /usr/local/bin/tailscale up \
|
||||
--authkey=${AUTH_KEY} \
|
||||
--advertise-routes="${ADVERTISE_ROUTES}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue