nixos/dnschain: use forwardZonesRecurse in pdns-recursor
This commit is contained in:
parent
28c8884e62
commit
38d573426a
@ -137,7 +137,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
services.pdns-recursor = mkIf cfgs.pdns-recursor.resolveDNSChainQueries {
|
services.pdns-recursor = mkIf cfgs.pdns-recursor.resolveDNSChainQueries {
|
||||||
forwardZones =
|
forwardZonesRecurse =
|
||||||
{ bit = "127.0.0.1:${toString cfg.dns.port}";
|
{ bit = "127.0.0.1:${toString cfg.dns.port}";
|
||||||
dns = "127.0.0.1:${toString cfg.dns.port}";
|
dns = "127.0.0.1:${toString cfg.dns.port}";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user