- Organized 252 files across project - Root directory: 187 → 2 files (98.9% reduction) - Moved configuration guides to docs/04-configuration/ - Moved troubleshooting guides to docs/09-troubleshooting/ - Moved quick start guides to docs/01-getting-started/ - Moved reports to reports/ directory - Archived temporary files - Generated comprehensive reports and documentation - Created maintenance scripts and guides All files organized according to established standards.
17 lines
683 B
Plaintext
17 lines
683 B
Plaintext
# Cloudflare Tunnel Configuration Check
|
|
# VMID 102 (cloudflared) - IP changed: 192.168.11.9 → 192.168.11.34
|
|
|
|
The cloudflared container itself doesn't need config changes (it's the tunnel endpoint).
|
|
However, check:
|
|
|
|
1. Cloudflare Dashboard Tunnel Configuration:
|
|
- If any ingress rules reference 192.168.11.9 directly, update to 192.168.11.34
|
|
- Most likely, routes go to Nginx Proxy Manager (192.168.11.26), which is correct
|
|
|
|
2. Internal Service Routes:
|
|
- If cloudflared routes directly to services that changed IPs, update those routes
|
|
- Check tunnel config files in VMID 102 container
|
|
|
|
To check:
|
|
ssh root@192.168.11.12 "pct exec 102 -- cat /etc/cloudflared/config.yml"
|