forked from mirrors/nixpkgs
nixos/dnschain: use forwardZonesRecurse in pdns-recursor
This commit is contained in:
parent
28c8884e62
commit
38d573426a
1 changed files with 1 additions and 1 deletions
|
@ -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}";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue