Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- acl "trusted" {
- 192.168.182.128; # client
- 192.168.182.129; #srv1
- 192.168.182.130; #srv2
- };
- options {
- directory "/var/cache/bind";
- recursion no;
- listen-on {192.168.182.130;};
- allow-query {trusted;};
- allow-transfer {none;};
- dnssec-validation yes;
- listen-on-v6 { any; };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement