From 03c9699d97c5274a6fb3e1c86354ffa903df31fd Mon Sep 17 00:00:00 2001 From: Origami404 Date: Sun, 17 May 2026 17:31:17 +0800 Subject: [PATCH] host/oparic: caddy reverse_proxy via external IP to hit DNAT --- hosts/oparic-local-dev/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/oparic-local-dev/configuration.nix b/hosts/oparic-local-dev/configuration.nix index 419f277..78964aa 100644 --- a/hosts/oparic-local-dev/configuration.nix +++ b/hosts/oparic-local-dev/configuration.nix @@ -113,7 +113,7 @@ propagation_timeout -1 propagation_delay 30s } - reverse_proxy 10.233.1.2:80 + reverse_proxy 192.168.2.22:40000 ''; }; };