mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-05 17:52:59 +01:00
systemd-resolved/dns-over-tls.conf: drop appliedprivacy#443 to the bottom of the list
Apparently systemd-resolved wants to go in strict order and thus it's always sending my queries to distant Austria instead of neighbouring regions
This commit is contained in:
parent
e2829267d7
commit
1e3a7f8fa3
@ -1,9 +1,6 @@
|
|||||||
# This file is practically the same as my Unbound dns-over-tls.conf meaning
|
# This file is practically the same as my Unbound dns-over-tls.conf meaning
|
||||||
# something with port 443 and then anycasted nonfiltering ones.
|
# something with port 443 and then anycasted nonfiltering ones.
|
||||||
[Resolve]
|
[Resolve]
|
||||||
# https://appliedprivacy.net/services/dns/ - Vienna, Austria
|
|
||||||
DNS=[2a02:1b8:10:234::2]:443#dot1.applied-privacy.net
|
|
||||||
DNS=146.255.56.98:443#dot1.applied-privacy.net
|
|
||||||
# https://www.dns0.eu/open https://www.dns0.eu/network - French based. Private ECS
|
# https://www.dns0.eu/open https://www.dns0.eu/network - French based. Private ECS
|
||||||
DNS=193.110.81.254#open.dns0.eu
|
DNS=193.110.81.254#open.dns0.eu
|
||||||
DNS=185.253.5.254#open.dns0.eu
|
DNS=185.253.5.254#open.dns0.eu
|
||||||
@ -14,6 +11,9 @@ DNS=2a10:50c0::1:ff#unfiltered.adguard-dns.com
|
|||||||
DNS=2a10:50c0::2:ff#unfiltered.adguard-dns.com
|
DNS=2a10:50c0::2:ff#unfiltered.adguard-dns.com
|
||||||
DNS=94.140.14.140#unfiltered.adguard-dns.com
|
DNS=94.140.14.140#unfiltered.adguard-dns.com
|
||||||
DNS=94.140.14.141#unfiltered.adguard-dns.com
|
DNS=94.140.14.141#unfiltered.adguard-dns.com
|
||||||
|
# https://appliedprivacy.net/services/dns/ - Vienna, Austria
|
||||||
|
DNS=[2a02:1b8:10:234::2]:443#dot1.applied-privacy.net
|
||||||
|
DNS=146.255.56.98:443#dot1.applied-privacy.net
|
||||||
Domains=~.
|
Domains=~.
|
||||||
DNSOverTLS=yes
|
DNSOverTLS=yes
|
||||||
Cache=yes
|
Cache=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user