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} };
|
acl badnetworks { ${concatMapStrings (entry: " ${entry}; ") cfg.blockedNetworks} };
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
listen-on {any;};
|
||||||
|
listen-on-v6 {any;};
|
||||||
allow-query { cachenetworks; };
|
allow-query { cachenetworks; };
|
||||||
blackhole { badnetworks; };
|
blackhole { badnetworks; };
|
||||||
forward first;
|
forward first;
|
||||||
@ -39,6 +41,7 @@ let
|
|||||||
};
|
};
|
||||||
''
|
''
|
||||||
}
|
}
|
||||||
|
allow-query { any; };
|
||||||
};
|
};
|
||||||
''
|
''
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user