Use DNSSEC for DNS resolution

This commit is contained in:
coolneng 2023-08-16 03:21:25 +02:00
parent 22bbd33c84
commit bca5f1353e
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,8 @@ in {
cache-size = 10000;
local-ttl = 300;
conf-file = "/var/lib/dnsmasq/dnsmasq.blacklist.txt";
conf-file = "${pkgs.dnsmasq}/share/dnsmasq/trust-anchors.conf";
dnssec = true;
address = "/coolneng.duckdns.org/192.168.13.2";
};