From 861b35c25f603dd6ed9ff55b02f6e0a153db818d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 25 Apr 2024 13:47:18 +0300 Subject: [PATCH] systemd-resolved: add the other applied-privacy.net port too --- etc/systemd/resolved.conf.d/dot-443.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/systemd/resolved.conf.d/dot-443.conf b/etc/systemd/resolved.conf.d/dot-443.conf index 7d164cbe..80bdfe37 100644 --- a/etc/systemd/resolved.conf.d/dot-443.conf +++ b/etc/systemd/resolved.conf.d/dot-443.conf @@ -1,5 +1,7 @@ [Resolve] DNS=[2a02:1b8:10:234::2]:443#dot1.applied-privacy.net 146.255.56.98:443#dot1.applied-privacy.net +# OK, this is not 443, but it bothers me to not have both ports used. +DNS=[2a02:1b8:10:234::2]:853#dot1.applied-privacy.net 146.255.56.98:853#dot1.applied-privacy.net #DNSOverTLS=true # vim: filetype=systemd