From 1d8be242a19196d047e0748b99ce0dde4cd80b4b Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 29 Jan 2025 12:08:10 -0800 Subject: [PATCH] Remove IPv6 addrs from defaults It's trying them, they're timing out --- lib/fudo/adguard-dns-proxy.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fudo/adguard-dns-proxy.nix b/lib/fudo/adguard-dns-proxy.nix index 5f118c5..77dcd33 100644 --- a/lib/fudo/adguard-dns-proxy.nix +++ b/lib/fudo/adguard-dns-proxy.nix @@ -208,8 +208,8 @@ in { # These 11 addrs send the network, so the response can prefer closer answers "https://9.9.9.11/dns-query" "https://149.112.112.11/dns-query" - "https://2620:fe::11/dns-query" - "https://2620:fe::fe:11/dns-query" + # "https://2620:fe::11/dns-query" + # "https://2620:fe::fe:11/dns-query" ]; };