Removed a few incorrect comments

This commit is contained in:
Adam
2025-08-20 14:53:06 -04:00
parent 475f267d64
commit 8752baaee4
2 changed files with 0 additions and 2 deletions

View File

@@ -285,7 +285,6 @@ echo "without exposing ports 80/443 on your server."
echo ""
echo "To set up:"
echo "1. Create a tunnel at https://one.dash.cloudflare.com/"
echo "2. Configure hostname: *.${DOMAIN} → http://caddy:80"
echo "3. Copy the tunnel token"
echo ""

View File

@@ -278,7 +278,6 @@ if is_profile_active "cloudflare-tunnel" && [ -n "$CLOUDFLARE_TUNNEL_TOKEN" ]; t
echo " └─ IPtables: sudo iptables -D INPUT -p tcp --dport 80 -j ACCEPT"
echo ""
echo " ⚠️ Only close ports AFTER confirming tunnel connectivity!"
echo " Test first: Visit https://${N8N_HOSTNAME} through Cloudflare"
echo ""
fi