Use DNSSEC for DNS resolution
This commit is contained in:
parent
22bbd33c84
commit
bca5f1353e
|
@ -117,7 +117,8 @@ in {
|
||||||
cache-size = 10000;
|
cache-size = 10000;
|
||||||
local-ttl = 300;
|
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";
|
address = "/coolneng.duckdns.org/192.168.13.2";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue