robintema

named.conf.optins

Sep 15th, 2011
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. options {
  2. directory "/var/cache/bind";
  3.  
  4. forwarders {
  5. 89.36.21.42;
  6. };
  7.  
  8. auth-nxdomain no; # conform to RFC1035
  9. listen-on-v6 { any; };
  10. listen-on port 53{
  11. 127.0.0.1;
  12. };
  13. };
Advertisement
Add Comment
Please, Sign In to add comment