Advertisement
MrsAngelD

Untitled

Jul 17th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. //
  2. // Do any local configuration here
  3. //
  4.  
  5. // Consider adding the 1918 zones here, if they are not used in your
  6. // organization
  7. //include "/etc/bind/zones.rfc1918";
  8.  
  9. zone "mymadhost.com" {
  10. type master;
  11. file "/var/lib/bind/mymadhost.com.hosts";
  12. allow-transfer {
  13. 127.0.0.1;
  14. localnets;
  15. };
  16. };
  17. zone "travelersoftyria.com" {
  18. type master;
  19. file "/var/lib/bind/travelersoftyria.com.hosts";
  20. allow-transfer {
  21. 127.0.0.1;
  22. localnets;
  23. 173.230.139.179;
  24. 173.230.139.179;
  25. 173.230.139.179;
  26. 173.230.139.179;
  27. };
  28. };
  29. zone "thedallemagnes.com" {
  30. type master;
  31. file "/var/lib/bind/thedallemagnes.com.hosts";
  32. allow-transfer {
  33. 127.0.0.1;
  34. localnets;
  35. 173.230.139.179;
  36. 173.230.139.179;
  37. 173.230.139.179;
  38. 173.230.139.179;
  39. };
  40. };
  41. zone "yourfamilynet.com" {
  42. type master;
  43. file "/var/lib/bind/yourfamilynet.com.hosts";
  44. allow-transfer {
  45. 127.0.0.1;
  46. localnets;
  47. 173.230.139.179;
  48. 173.230.139.179;
  49. 173.230.139.179;
  50. 173.230.139.179;
  51. };
  52. };
  53. zone "wiki.thedallemagnes.com" {
  54. type master;
  55. file "/var/lib/bind/wiki.thedallemagnes.com.hosts";
  56. allow-transfer {
  57. 127.0.0.1;
  58. localnets;
  59. 173.230.139.179;
  60. 173.230.139.179;
  61. 173.230.139.179;
  62. 173.230.139.179;
  63. };
  64. };
  65. zone "tv.thedallemagnes.com" {
  66. type master;
  67. file "/var/lib/bind/tv.thedallemagnes.com.hosts";
  68. allow-transfer {
  69. 127.0.0.1;
  70. localnets;
  71. 173.230.139.179;
  72. 173.230.139.179;
  73. 173.230.139.179;
  74. 173.230.139.179;
  75. };
  76. };
  77. zone "dev.thedallemagnes.com" {
  78. type master;
  79. file "/var/lib/bind/dev.thedallemagnes.com.hosts";
  80. allow-transfer {
  81. 127.0.0.1;
  82. localnets;
  83. 173.230.139.179;
  84. 173.230.139.179;
  85. 173.230.139.179;
  86. 173.230.139.179;
  87. };
  88. };
  89. zone "mail.thedallemagnes.com" {
  90. type master;
  91. file "/var/lib/bind/mail.thedallemagnes.com.hosts";
  92. allow-transfer {
  93. 127.0.0.1;
  94. localnets;
  95. 173.230.139.179;
  96. 173.230.139.179;
  97. 173.230.139.179;
  98. 173.230.139.179;
  99. };
  100. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement