From f5f1a8f3f4c46fecf211d6e807dc0ed7de3d4f22 Mon Sep 17 00:00:00 2001 From: Daniel Woffinden Date: Sun, 22 Nov 2020 12:18:12 +0000 Subject: [PATCH] Fix an inconsistency in the example doh-client.conf Above, it was said that 8.8.8.8 had good ECS, so don't contradict that further down. This confused a reviewer of https://github.com/NixOS/nixpkgs/pull/104530 :) --- doh-client/doh-client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doh-client/doh-client.conf b/doh-client/doh-client.conf index b6eff00..c5bd0c9 100644 --- a/doh-client/doh-client.conf +++ b/doh-client/doh-client.conf @@ -64,7 +64,7 @@ upstream_selector = "random" # bootstrap server, please make this list empty. bootstrap = [ - # Google's resolver, bad ECS, good DNSSEC + # Google's resolver, good ECS, good DNSSEC "8.8.8.8:53", "8.8.4.4:53",