3
0
Fork 0
forked from mirrors/nixpkgs

nixos/dnschain: use forwardZonesRecurse in pdns-recursor

This commit is contained in:
rnhmjoj 2019-11-07 17:09:09 +01:00
parent 28c8884e62
commit 38d573426a
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -137,7 +137,7 @@ in
];
services.pdns-recursor = mkIf cfgs.pdns-recursor.resolveDNSChainQueries {
forwardZones =
forwardZonesRecurse =
{ bit = "127.0.0.1:${toString cfg.dns.port}";
dns = "127.0.0.1:${toString cfg.dns.port}";
};