diff --git a/etc/systemd-config/network/20-wired.network b/etc/systemd-config/network/20-wired.network index 8f811a8..86736af 100644 --- a/etc/systemd-config/network/20-wired.network +++ b/etc/systemd-config/network/20-wired.network @@ -3,6 +3,10 @@ Name=enp2s0 [Network] DHCP=ipv4 +DNS=9.9.9.9 +DNSOverTLS=opportunistic +DNSSEC=true [DHCP] RouteMetric=10 +UseDNS=no diff --git a/etc/systemd-config/network/25-wireless.network b/etc/systemd-config/network/25-wireless.network index 79783fb..0573446 100644 --- a/etc/systemd-config/network/25-wireless.network +++ b/etc/systemd-config/network/25-wireless.network @@ -3,6 +3,10 @@ Name=wlp3s0 [Network] DHCP=ipv4 +DNS=9.9.9.9 +DNSOverTLS=opportunistic +DNSSEC=true [DHCP] RouteMetric=20 +UseDNS=no diff --git a/etc/systemd-config/network/26-wireless.network b/etc/systemd-config/network/26-wireless.network index dd317ea..75524ba 100644 --- a/etc/systemd-config/network/26-wireless.network +++ b/etc/systemd-config/network/26-wireless.network @@ -3,6 +3,10 @@ Name=wlp0s20f0u2 [Network] DHCP=ipv4 +DNS=9.9.9.9 +DNSOverTLS=opportunistic +DNSSEC=true [DHCP] -RouteMetric=20 +RouteMetric=30 +UseDNS=no