Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # cat /etc/bind/named.conf.options
- acl "red_interna" {
- 192.168.0.0/24;
- 10.0.0.0/8;
- localhost;
- };
- options {
- directory "/var/cache/bind";
- recursion yes;
- allow-query { red_interna; };
- allow-recursion { red_interna; };
- dnssec-validation auto;
- listen-on { 192.168.0.180; 127.0.1.1; };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement