Use DNS over TLS & enable DNSSEC
This commit is contained in:
parent
6f393b4c39
commit
82a02be85a
7 changed files with 22 additions and 10 deletions
|
|
@ -6,10 +6,12 @@ SSID={{ local_network_ssid }}
|
|||
|
||||
[Network]
|
||||
Address={{ local_network_address }}
|
||||
DNS={{ local_network_dns }}
|
||||
Gateway={{ local_network_gateway }}
|
||||
DHCP=no
|
||||
DNS={{ local_network_dns }}
|
||||
MulticastDNS=yes
|
||||
DNSOverTLS=yes
|
||||
DNSSEC=yes
|
||||
DHCP=no
|
||||
LinkLocalAddressing=no
|
||||
IPv6AcceptRA=no
|
||||
IPv6SendRA=no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue