Use dns over TLS & enable DNSSEC

This commit is contained in:
Sonny Bakker 2025-04-26 17:28:26 +02:00
parent 483e94b8ae
commit 8047fb2c82
2 changed files with 6 additions and 1 deletions

View file

@ -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'

View file

@ -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