Advertisement
AshrafHassan

example1.conf

Jan 31st, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. view "INTERNAL" {
  2. match-clients { 192.168.1.0/24; };
  3. server 192.168.1.11 { keys INTERNAL; };
  4. server 192.168.1.12 { keys INTERNAL; };
  5. zone "example1.com." in {
  6. type slave;
  7. file "slaves/example1.com.internal";
  8. masters { 192.168.1.11 key "INTERNAL";
  9. 192.168.1.12 key "INTERNAL";
  10. };
  11.  
  12. allow-notify { 192.168.1.11;
  13. 192.168.1.12;
  14. };
  15. transfer-source 192.168.1.13;
  16.  
  17. multi-master yes;
  18.  
  19. };
  20. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement