Complete markdown files cleanup and organization
- 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.
This commit is contained in:
@@ -93,7 +93,7 @@ cat > /etc/cloudflared/config.yml <<'CONFIG'
|
||||
ingress:
|
||||
# Public HTTP RPC
|
||||
- hostname: rpc-http-pub.d-bis.org
|
||||
service: https://192.168.11.251:443
|
||||
service: https://192.168.11.252:443
|
||||
originRequest:
|
||||
noHappyEyeballs: true
|
||||
connectTimeout: 30s
|
||||
@@ -103,7 +103,7 @@ ingress:
|
||||
|
||||
# Public WebSocket RPC
|
||||
- hostname: rpc-ws-pub.d-bis.org
|
||||
service: https://192.168.11.251:443
|
||||
service: https://192.168.11.252:443
|
||||
originRequest:
|
||||
noHappyEyeballs: true
|
||||
connectTimeout: 30s
|
||||
|
||||
Reference in New Issue
Block a user