saveeee
All checks were successful
Build and Push mikrotik-tailscale Container / build-and-push-arch (arm64) (push) Successful in 9s
Build and Push mikrotik-tailscale Container / build-and-push-arch (amd64) (push) Successful in -6s
Build and Push mikrotik-tailscale Container / merge-images-via-manifest (push) Successful in -10s

This commit is contained in:
Xaver Russ 2025-10-23 03:36:11 +02:00
parent de238e1dcd
commit b68f28ef70

View file

@ -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