use quad9 everywhere else

This commit is contained in:
mpmc 2023-05-08 21:03:49 +01:00
parent 1d41937a98
commit ee54f7bb32
7 changed files with 14 additions and 13 deletions

View File

@ -2,8 +2,8 @@ log-dhcp
domain-needed domain-needed
bogus-priv bogus-priv
no-resolv no-resolv
server=1.1.1.1 server=149.112.112.112
server=1.0.0.1 server=9.9.9.9
listen-address=::1,127.0.0.1,192.168.156.1 listen-address=::1,127.0.0.1,192.168.156.1
expand-hosts expand-hosts
domain=lan domain=lan

View File

@ -113,7 +113,7 @@ server {
add_header Strict-Transport-Security "max-age=63072000" always; 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 # Proxy Let's Encrypt to acme upstream - remove if you don't use
# acme.sh # acme.sh

View File

@ -9,9 +9,9 @@ DHCP=yes
DNSOverTLS=opportunistic 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. # Link discovery causes some issues so disable it.
LLDP=no LLDP=no
@ -39,8 +39,8 @@ LLDP=no
#DefaultLeaseTimeSec=300 #DefaultLeaseTimeSec=300
# DNS to serve # DNS to serve
#DNS=1.1.1.1 #DNS=149.112.112.112
#DNS=1.0.0.1 #DNS=9.9.9.9
# Enable serving of DHCP addresses from the network range. # Enable serving of DHCP addresses from the network range.
#DHCPServer=yes #DHCPServer=yes

View File

@ -6,9 +6,9 @@ DHCP=yes
DNSOverTLS=opportunistic 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. # Link discovery causes some issues so disable it.
LLDP=no LLDP=no

View File

@ -7,9 +7,9 @@ DHCP=yes
DNSOverTLS=opportunistic 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. # Link discovery causes some issues so disable it.
LLDP=no LLDP=no

View File

@ -6,9 +6,9 @@ DHCP=yes
DNSOverTLS=opportunistic 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. # Link discovery causes some issues so disable it.
LLDP=no LLDP=no

View File

@ -17,6 +17,7 @@ Type=simple
Restart=always Restart=always
RestartSec=60s RestartSec=60s
TimeoutSec=90s TimeoutSec=90s
KillMode=process
## ##