mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 03:47:31 +00:00
Fixed authoritative zone ACL, enabled IPv6
svn path=/nixos/trunk/; revision=12234
This commit is contained in:
parent
7699aaad79
commit
4d0645acb1
@ -10,6 +10,8 @@ let
|
||||
acl badnetworks { ${concatMapStrings (entry: " ${entry}; ") cfg.blockedNetworks} };
|
||||
|
||||
options {
|
||||
listen-on {any;};
|
||||
listen-on-v6 {any;};
|
||||
allow-query { cachenetworks; };
|
||||
blackhole { badnetworks; };
|
||||
forward first;
|
||||
@ -39,6 +41,7 @@ let
|
||||
};
|
||||
''
|
||||
}
|
||||
allow-query { any; };
|
||||
};
|
||||
''
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user