host/oparic: caddy reverse_proxy via external IP to hit DNAT

This commit is contained in:
2026-05-17 17:31:17 +08:00
parent e03073122b
commit 03c9699d97
+1 -1
View File
@@ -113,7 +113,7 @@
propagation_timeout -1 propagation_timeout -1
propagation_delay 30s propagation_delay 30s
} }
reverse_proxy 10.233.1.2:80 reverse_proxy 192.168.2.22:40000
''; '';
}; };
}; };