diff --git a/dnsmasq.d/dhcp-server.conf b/dnsmasq.d/dhcp-server.conf index cb82ffa..f80e86b 100755 --- a/dnsmasq.d/dhcp-server.conf +++ b/dnsmasq.d/dhcp-server.conf @@ -2,8 +2,8 @@ log-dhcp domain-needed bogus-priv no-resolv -server=1.1.1.1 -server=1.0.0.1 +server=149.112.112.112 +server=9.9.9.9 listen-address=::1,127.0.0.1,192.168.156.1 expand-hosts domain=lan diff --git a/nginx/nginx-config.sh b/nginx/nginx-config.sh index f62af0e..a5d63ba 100644 --- a/nginx/nginx-config.sh +++ b/nginx/nginx-config.sh @@ -113,7 +113,7 @@ server { add_header Strict-Transport-Security "max-age=63072000" always; - resolver 1.1.1.1 1.0.0.1 8.8.8.8 8.8.4.4; + resolver 9.9.9.9 149.112.112.112; # Proxy Let's Encrypt to acme upstream - remove if you don't use # acme.sh diff --git a/systemd/network/eth0.network b/systemd/network/eth0.network index 30838e8..06f8c32 100755 --- a/systemd/network/eth0.network +++ b/systemd/network/eth0.network @@ -9,9 +9,9 @@ DHCP=yes DNSOverTLS=opportunistic -DNS=1.1.1.1 +DNS=9.9.9.9 -DNS=1.0.0.1 +DNS=149.112.112.112 # Link discovery causes some issues so disable it. LLDP=no @@ -39,8 +39,8 @@ LLDP=no #DefaultLeaseTimeSec=300 # DNS to serve -#DNS=1.1.1.1 -#DNS=1.0.0.1 +#DNS=149.112.112.112 +#DNS=9.9.9.9 # Enable serving of DHCP addresses from the network range. #DHCPServer=yes diff --git a/systemd/network/usb0.network b/systemd/network/usb0.network index adbc2ba..54bfb59 100755 --- a/systemd/network/usb0.network +++ b/systemd/network/usb0.network @@ -6,9 +6,9 @@ DHCP=yes DNSOverTLS=opportunistic -DNS=1.1.1.1 +DNS=9.9.9.9 -DNS=1.0.0.1 +DNS=149.112.112.112 # Link discovery causes some issues so disable it. LLDP=no diff --git a/systemd/network/wlan0.network b/systemd/network/wlan0.network index 8dc88b5..ab58bc9 100755 --- a/systemd/network/wlan0.network +++ b/systemd/network/wlan0.network @@ -7,9 +7,9 @@ DHCP=yes DNSOverTLS=opportunistic -DNS=1.1.1.1 +DNS=9.9.9.9 -DNS=1.0.0.1 +DNS=149.112.112.112 # Link discovery causes some issues so disable it. LLDP=no diff --git a/systemd/network/wwan0.network b/systemd/network/wwan0.network index c7c60dd..e373ac0 100755 --- a/systemd/network/wwan0.network +++ b/systemd/network/wwan0.network @@ -6,9 +6,9 @@ DHCP=yes DNSOverTLS=opportunistic -DNS=1.1.1.1 +DNS=9.9.9.9 -DNS=1.0.0.1 +DNS=149.112.112.112 # Link discovery causes some issues so disable it. LLDP=no diff --git a/systemd/system/qmi-network@.service b/systemd/system/qmi-network@.service index 7875ff3..86aca82 100755 --- a/systemd/system/qmi-network@.service +++ b/systemd/system/qmi-network@.service @@ -17,6 +17,7 @@ Type=simple Restart=always RestartSec=60s TimeoutSec=90s +KillMode=process ##