Advertisement
Guest User

Untitled

a guest
Nov 29th, 2013
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. # Domain ID: 1 - CustomerID: 1 - CustomerLogin: test
  2. zone "test.meine-domain.de" in {
  3. type master;
  4. file "/etc/bind/domains/test.meine-domain.de.zone";
  5. allow-query { any; };
  6. allow-transfer {
  7. 213.239.242.238;
  8. 213.133.105.6;
  9. 193.47.99.3;
  10. 213.239.242.238;
  11. 213.133.105.6;
  12. 193.47.99.3;
  13. };
  14. };
  15. # Domain ID: 2 - CustomerID: 1 - CustomerLogin: test
  16. zone "test2.meine-domain.de" in {
  17. type master;
  18. file "/etc/bind/domains/test2.meine-domain.de.zone";
  19. allow-query { any; };
  20. allow-transfer {
  21. 213.239.242.238;
  22. 213.133.105.6;
  23. 193.47.99.3;
  24. 213.239.242.238;
  25. 213.133.105.6;
  26. 193.47.99.3;
  27. };
  28. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement