From 85ba75bd63b0cbf452675c4e1232e76dd4f6e2ed Mon Sep 17 00:00:00 2001 From: Origami404 Date: Sun, 17 May 2026 14:04:53 +0800 Subject: [PATCH] hosts/oparic: caddy use cloudflare dns --- hosts/oparic-local-dev/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/oparic-local-dev/configuration.nix b/hosts/oparic-local-dev/configuration.nix index cc771a2..05c7e46 100644 --- a/hosts/oparic-local-dev/configuration.nix +++ b/hosts/oparic-local-dev/configuration.nix @@ -110,6 +110,7 @@ extraConfig = '' tls { dns cloudflare {file.${config.sops.secrets.caddy_cloudflare_api_key.path}} + resolvers 1.1.1.1 1.0.0.1 } reverse_proxy localhost:40000 '';