Advertisement
Guest User

named.conf.options

a guest
Jul 22nd, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. acl belso_halozat { 192.168.1.0/24; };
  2. acl dns_slave { 192.168.1.211; };
  3.  
  4. options {
  5. directory "/var/cache/bind/";
  6. listen-on { 127.0.0.1; 192.168.1.210; };
  7. allow-transfer {dns_slave;};
  8. allow-query { belso_halozat; dns_slave; };
  9. allow-recursion { belso_halozat; dns_slave; };
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement