Update DNS settings
This commit is contained in:
parent
838c3ecbcf
commit
9fd688ab95
6 changed files with 12 additions and 12 deletions
|
|
@ -8,8 +8,8 @@ Address={{ local_network_address }}
|
||||||
Gateway={{ local_network_gateway }}
|
Gateway={{ local_network_gateway }}
|
||||||
DNS={{ local_network_dns }}
|
DNS={{ local_network_dns }}
|
||||||
MulticastDNS=yes
|
MulticastDNS=yes
|
||||||
DNSOverTLS=yes
|
DNSOverTLS=opportunistic
|
||||||
DNSSEC=yes
|
DNSSEC=allow-downgrade
|
||||||
DHCP=no
|
DHCP=no
|
||||||
LinkLocalAddressing=no
|
LinkLocalAddressing=no
|
||||||
IPv6AcceptRA=no
|
IPv6AcceptRA=no
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,8 @@ Address={{ local_network_address }}
|
||||||
Gateway={{ local_network_gateway }}
|
Gateway={{ local_network_gateway }}
|
||||||
DNS={{ local_network_dns }}
|
DNS={{ local_network_dns }}
|
||||||
MulticastDNS=yes
|
MulticastDNS=yes
|
||||||
DNSOverTLS=yes
|
DNSOverTLS=opportunistic
|
||||||
DNSSEC=yes
|
DNSSEC=allow-downgrade
|
||||||
DHCP=no
|
DHCP=no
|
||||||
LinkLocalAddressing=no
|
LinkLocalAddressing=no
|
||||||
IPv6AcceptRA=no
|
IPv6AcceptRA=no
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@ Name={{ wireless_interface }}
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
DNS={{ default_network_dns }}
|
DNS={{ default_network_dns }}
|
||||||
DNSOverTLS=yes
|
DNSOverTLS=opportunistic
|
||||||
DNSSEC=yes
|
DNSSEC=allow-downgrade
|
||||||
DHCP=yes
|
DHCP=yes
|
||||||
IgnoreCarrierLoss=3s
|
IgnoreCarrierLoss=3s
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@ Address={{ frans_network_address }}
|
||||||
Gateway={{ frans_network_gateway }}
|
Gateway={{ frans_network_gateway }}
|
||||||
DNS={{ frans_network_dns }}
|
DNS={{ frans_network_dns }}
|
||||||
MulticastDNS=yes
|
MulticastDNS=yes
|
||||||
DNSOverTLS=yes
|
DNSOverTLS=opportunistic
|
||||||
DNSSEC=yes
|
DNSSEC=allow-downgrade
|
||||||
DHCP=no
|
DHCP=no
|
||||||
LinkLocalAddressing=no
|
LinkLocalAddressing=no
|
||||||
IPv6AcceptRA=no
|
IPv6AcceptRA=no
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@ Address={{ local_network_address }}
|
||||||
Gateway={{ local_network_gateway }}
|
Gateway={{ local_network_gateway }}
|
||||||
DNS={{ local_network_dns }}
|
DNS={{ local_network_dns }}
|
||||||
MulticastDNS=yes
|
MulticastDNS=yes
|
||||||
DNSOverTLS=yes
|
DNSOverTLS=opportunistic
|
||||||
DNSSEC=yes
|
DNSSEC=allow-downgrade
|
||||||
DHCP=no
|
DHCP=no
|
||||||
LinkLocalAddressing=no
|
LinkLocalAddressing=no
|
||||||
IPv6AcceptRA=no
|
IPv6AcceptRA=no
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@ Name={{ wireless_interface }}
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
DNS={{ default_network_dns }}
|
DNS={{ default_network_dns }}
|
||||||
DNSOverTLS=yes
|
DNSOverTLS=opportunistic
|
||||||
DNSSEC=yes
|
DNSSEC=allow-downgrade
|
||||||
DHCP=yes
|
DHCP=yes
|
||||||
IgnoreCarrierLoss=3s
|
IgnoreCarrierLoss=3s
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue