From bed4cac7d5d9a3adf7389ce9ea199592d4d58a48 Mon Sep 17 00:00:00 2001 From: Origami404 Date: Sun, 17 May 2026 14:15:07 +0800 Subject: [PATCH] hosts/oparic: caddy don't check propagation --- 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 05c7e46..74cd6cb 100644 --- a/hosts/oparic-local-dev/configuration.nix +++ b/hosts/oparic-local-dev/configuration.nix @@ -110,7 +110,7 @@ extraConfig = '' tls { dns cloudflare {file.${config.sops.secrets.caddy_cloudflare_api_key.path}} - resolvers 1.1.1.1 1.0.0.1 + propagation_timeout -1 } reverse_proxy localhost:40000 '';