Repository of DNS data for central management
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

54 lines
946 B

11 years ago
  1. //
  2. // Do any local configuration here
  3. //
  4. zone "jinfield.com" {
  5. type master;
  6. file "jinfield.com";
  7. allow-transfer { allowed-transfer; };
  8. };
  9. zone "kjinfield.com" {
  10. type master;
  11. file "kjinfield.com";
  12. allow-transfer { allowed-transfer; };
  13. };
  14. zone "67forty.net" {
  15. type master;
  16. file "67forty.net";
  17. allow-transfer { allowed-transfer; };
  18. };
  19. zone "bullseyecomputing.com" {
  20. type master;
  21. file "bullseyecomputing.com";
  22. allow-transfer { allowed-transfer; };
  23. };
  24. zone "kyliejo.com" {
  25. type master;
  26. file "kyliejo.com";
  27. allow-transfer { allowed-transfer; };
  28. };
  29. zone "swisfield.com" {
  30. type master;
  31. file "swisfield.com";
  32. allow-transfer { allowed-transfer; };
  33. };
  34. zone "swisfield.us" {
  35. type master;
  36. file "swisfield.us";
  37. allow-transfer { allowed-transfer; };
  38. };
  39. // Consider adding the 1918 zones here, if they are not used in your
  40. // organization
  41. //include "/etc/bind/zones.rfc1918";
  42. acl allowed-transfer {
  43. 198.12.67.85;
  44. 192.50.24.67;
  45. };