Fixed authoritative zone ACL, enabled IPv6
svn path=/nixos/trunk/; revision=12234
This commit is contained in:
parent
7699aaad79
commit
4d0645acb1
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue