Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- acl "my-network" {
- 192.168.0.0/24;
- 192.168.200.3;
- localhost;
- };
- options {
- directory "/var/cache/bind";
- allow-query { my-network; };
- allow-recursion { my-network; };
- dnssec-validation auto;
- listen-on { 192.168.0.100; };
- allow-transfer { none; };
- forwarders {
- 8.8.8.8;
- 8.8.4.4;
- };
- forward only;
- };
Advertisement
Add Comment
Please, Sign In to add comment