Compare commits

..

5 Commits

Author SHA1 Message Date
24eb3890c2
systemd-resolved: prefer IPv6 over IPv4 2023-09-10 11:16:57 +03:00
1e3a7f8fa3
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
2023-09-10 11:10:39 +03:00
e2829267d7
systemd: add debugging & symlinks for networkd, resolved, never-fail networkd 2023-09-10 11:07:11 +03:00
c7b5330dfb
systemd/resolved/dot: add missing bracket, remove extra ones
Apparently IPv6 must only be surrounded by brackets, otherwise it's invalid syntax
2023-09-10 09:52:59 +03:00
1d8e457f97
systemd-resolved: add dns-over-tls.conf mimicing unbound's equivalent 2023-09-10 09:31:35 +03:00
10 changed files with 33 additions and 8 deletions

View File

@ -0,0 +1,19 @@
# This file is practically the same as my Unbound dns-over-tls.conf meaning
# something with port 443 and then anycasted nonfiltering ones.
[Resolve]
# https://www.dns0.eu/open https://www.dns0.eu/network - French based. Private ECS
DNS=2a0f:fc80::ffff#open.dns0.eu
DNS=2a0f:fc81::ffff#open.dns0.eu
DNS=193.110.81.254#open.dns0.eu
DNS=185.253.5.254#open.dns0.eu
# Adguard DNS Unfiltered Anycast. Malta based. Private ECS.
DNS=2a10:50c0::1: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.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=~.
DNSOverTLS=yes
Cache=yes

View File

@ -1,8 +1,8 @@
[Resolve] [Resolve]
DNS=193.110.81.1#kids.dns0.eu
DNS=2a0f:fc80::1#kids.dns0.eu DNS=2a0f:fc80::1#kids.dns0.eu
DNS=185.253.5.1#kids.dns0.eu
DNS=2a0f:fc81::1#kids.dns0.eu DNS=2a0f:fc81::1#kids.dns0.eu
DNS=193.110.81.1#kids.dns0.eu
DNS=185.253.5.1#kids.dns0.eu
Domains=~. Domains=~.
DNSOverTLS=yes DNSOverTLS=yes
Cache=yes Cache=yes

View File

@ -1,8 +1,8 @@
[Resolve] [Resolve]
DNS=193.110.81.254#open.dns0.eu
DNS=185.253.5.254#open.dns0.eu
DNS=2a0f:fc80::ffff#open.dns0.eu DNS=2a0f:fc80::ffff#open.dns0.eu
DNS=2a0f:fc81::ffff#open.dns0.eu DNS=2a0f:fc81::ffff#open.dns0.eu
DNS=193.110.81.254#open.dns0.eu
DNS=185.253.5.254#open.dns0.eu
Domains=~. Domains=~.
DNSOverTLS=yes DNSOverTLS=yes
Cache=yes Cache=yes

View File

@ -1,8 +1,8 @@
[Resolve] [Resolve]
DNS=193.110.81.9#zero.dns0.eu
DNS=2a0f:fc80::9#zero.dns0.eu DNS=2a0f:fc80::9#zero.dns0.eu
DNS=185.253.5.9#zero.dns0.eu
DNS=2a0f:fc81::9#zero.dns0.eu DNS=2a0f:fc81::9#zero.dns0.eu
DNS=193.110.81.9#zero.dns0.eu
DNS=185.253.5.9#zero.dns0.eu
Domains=~. Domains=~.
DNSOverTLS=yes DNSOverTLS=yes
Cache=yes Cache=yes

View File

@ -1,8 +1,8 @@
[Resolve] [Resolve]
DNS=193.110.81.0#dns0.eu
DNS=2a0f:fc80::#dns0.eu DNS=2a0f:fc80::#dns0.eu
DNS=185.253.5.0#dns0.eu
DNS=2a0f:fc81::#dns0.eu DNS=2a0f:fc81::#dns0.eu
DNS=193.110.81.0#dns0.eu
DNS=185.253.5.0#dns0.eu
Domains=~. Domains=~.
DNSOverTLS=yes DNSOverTLS=yes
Cache=yes Cache=yes

View File

@ -0,0 +1,2 @@
[Service]
Environment=SYSTEMD_LOG_LEVEL=debug

View File

@ -0,0 +1 @@
../service.d/never-fail.conf

View File

@ -0,0 +1 @@
../service.d/systemd-debug-log.conf

View File

@ -0,0 +1 @@
../service.d/never-fail.conf

View File

@ -0,0 +1 @@
../service.d/systemd-debug-log.conf