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 :)
This commit is contained in:
Daniel Woffinden
2020-11-22 12:18:12 +00:00
committed by GitHub
parent 4f46b89feb
commit f5f1a8f3f4

View File

@@ -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",