From b68f28ef701f990b250757647ce944501e2523cc Mon Sep 17 00:00:00 2001 From: Xaver Russ Date: Thu, 23 Oct 2025 03:36:11 +0200 Subject: [PATCH] saveeee --- containers/mikrotik-tailscale/start-tailscale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/mikrotik-tailscale/start-tailscale.sh b/containers/mikrotik-tailscale/start-tailscale.sh index 6d3dc05..40404b9 100644 --- a/containers/mikrotik-tailscale/start-tailscale.sh +++ b/containers/mikrotik-tailscale/start-tailscale.sh @@ -36,7 +36,7 @@ if [ -z "${up}" ] && [ -z "${set}" ] && [ -z "${nat}" ]; then echo "No 'up' or 'set' options provided" echo "Use /container/shell CONTAINER to access the shell of this container" echo "I hope you use a mountpoint for /var/lib/tailscale for persistence" - echo "Uncomment the line below to run iptables -t nat -A POSTROUTING -o tailscale0 -j MASQUERADE if you need NAT" + echo "Uncomment the line below to run iptables -t nat -A POSTROUTING -o tailscale0 -j MASQUERADE at startup if you need NAT" # iptables -t nat -A POSTROUTING -o tailscale0 -j MASQUERADE fi