Advertisement
Guest User

Untitled

a guest
Oct 13th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ubuntu@ip-1-1-1-1:~$ cat /etc/bind/named.conf.options
  2. options {
  3. directory "/var/cache/bind";
  4.  
  5. zone "stub.local123" {
  6. type static-stub;
  7. server-addresses {
  8. 18.191.221.203;
  9. };
  10. };
  11.  
  12. forwarders {
  13. 8.8.8.8;
  14. 8.8.4.4;
  15. };
  16.  
  17. auth-nxdomain no; # conform to RFC1035
  18. listen-on { any; };
  19. listen-on-v6 { any; };
  20. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement