Use dns over TLS & enable DNSSEC
This commit is contained in:
parent
483e94b8ae
commit
8047fb2c82
2 changed files with 6 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ network_mac: '00:1b:21:3b:50:e2'
|
|||
|
||||
lan_ip: '192.168.2.1'
|
||||
lan_gateway: '192.168.2.254'
|
||||
lan_dns: '192.168.2.254'
|
||||
lan_dns: 9.9.9.9 149.112.112.112
|
||||
lan_prefix: 24
|
||||
domain_name: 'fudiggity.nl'
|
||||
|
||||
|
|
|
|||
|
|
@ -6,5 +6,10 @@ Name={{ network_interface }}
|
|||
[Network]
|
||||
Address={{ lan_ip }}/{{ lan_prefix }}
|
||||
Gateway={{ lan_gateway }}
|
||||
|
||||
DNS={{ lan_dns }}
|
||||
DNSOverTLS=yes
|
||||
DNSSEC=yes
|
||||
|
||||
RequiredForOnline=routable
|
||||
IgnoreCarrierLoss=yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue