config: drop concrete IP from egress allowlist; docs: fix host reference
- configs/tunnel.yaml: replace hardcoded address with wildcard *.projectshitpost.fun:8443 (covers both edge nodes) - internal/tunnel/tunnel_test.go: use TEST-NET-1 (RFC 5737) IP 192.0.2.10 instead of a real one - docs/AUTH.md: token issue command now runs on stats host
This commit is contained in:
+2
-3
@@ -1,6 +1,5 @@
|
||||
egress:
|
||||
allowed:
|
||||
- "192.0.2.10:8443" # FL xray inbound (production)
|
||||
- "*.projectshitpost.fun:443" # any subdomain HTTPS
|
||||
# TODO: add PL1 IP:port once confirmed (controller to fill in during deploy)
|
||||
- "*.projectshitpost.fun:443"
|
||||
- "*.projectshitpost.fun:8443"
|
||||
rate_mbps: 50
|
||||
|
||||
Reference in New Issue
Block a user