mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 17:09:22 +01:00
firefox & curl: default to dns0.eu, but have comment on unfiltered.adguard-dns.con available as well
This commit is contained in:
parent
23803ad433
commit
34799d0776
@ -91,7 +91,8 @@
|
||||
],
|
||||
"Fallback": false,
|
||||
"Locked": false,
|
||||
"ProviderURL": "https://dns.quad9.net/dns-query"
|
||||
"ProviderURL": "https://dns0.eu/",
|
||||
"ProviderURL_outside_europe_aminda_comment": "Swap to https://unfiltered.adguard-dns.com/dns-query if device is expected to cross continents from Europe?"
|
||||
},
|
||||
"DisableEncryptedClientHello": false,
|
||||
"DisablePocket": true,
|
||||
|
14
rc/curlrc
14
rc/curlrc
@ -1,12 +1,16 @@
|
||||
# ~/.curlrc
|
||||
|
||||
# DNS-over-HTTPS (maybe HTTP/3, I don't know)
|
||||
#
|
||||
# https://dns0.eu - Anycast with servers in the EU. Private ECS.
|
||||
#doh-url = https://dns0.eu/
|
||||
#
|
||||
doh-url = https://dns0.eu/
|
||||
#doh-url = https://open.dns0.eu/
|
||||
|
||||
# https://adguard-dns.io - anycast with servers in multiple continents,
|
||||
# private ECS
|
||||
#doh-url = https://unfiltered.adguard-dns.com/dns-query
|
||||
|
||||
|
||||
# https://quad9.net - Anycast, no ECS
|
||||
doh-url = https://dns.quad9.net/dns-query
|
||||
#doh-url = https://dns.quad9.net/dns-query
|
||||
# ECS
|
||||
#doh-url = https://dns11.quad9.net/dns-query
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user