mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-03-29 16:19:58 +00:00
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:
@@ -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",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user