named.conf.local 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. //
  2. // Zone configuration for master name server (Salt managed)
  3. //
  4. acl slaves {
  5. // dns01.srv.rfc2324.org
  6. 31.172.8.66;
  7. 2a01:a700:4621:866::10;
  8. // dns.gnuzifer.de
  9. 78.46.242.18;
  10. 2a01:4f8:190:6500::12:1;
  11. // ns.youngage.eu
  12. 5.9.142.19;
  13. 2a01:4f8:190:2105::53;
  14. };
  15. acl ffho-ops {
  16. 10.123.249.0/27;
  17. };
  18. //
  19. // Public forward zones
  20. //
  21. zone "paderborn.freifunk.net" {
  22. type master;
  23. file "/etc/bind/zones/static/paderborn.freifunk.net.zone";
  24. allow-transfer { slaves; localhost; ffho-ops; };
  25. };
  26. zone "pb.freifunk.net" {
  27. type master;
  28. file "/etc/bind/zones/static/pb.freifunk.net.zone";
  29. allow-transfer { slaves; localhost; ffho-ops; };
  30. };
  31. zone "hochstift.freifunk.net" {
  32. type master;
  33. file "/etc/bind/zones/static/hochstift.freifunk.net.zone";
  34. allow-transfer { slaves; localhost; ffho-ops; };
  35. };
  36. zone "ffho.net" {
  37. type master;
  38. file "/etc/bind/zones/static/ffho.net.zone";
  39. allow-transfer { slaves; localhost; ffho-ops; };
  40. };
  41. //
  42. // Vega Systems v6 reverse nets
  43. //
  44. // 2a02:450:0:6::/64
  45. zone "6.0.0.0.0.0.0.0.0.5.4.0.2.0.a.2.ip6.arpa" {
  46. type master;
  47. file "/etc/bind/zones/static/2a02:450:0:6_64.ip6.arpa.zone";
  48. allow-transfer { slaves; localhost; ffho-ops; };
  49. };
  50. // 2a02:450:1::/60
  51. zone "0.0.0.1.0.0.0.0.5.4.0.2.0.a.2.ip6.arpa" {
  52. type master;
  53. file "/etc/bind/zones/static/2a02:450:1_60.ip6.arpa.zone";
  54. allow-transfer { slaves; localhost; ffho-ops; };
  55. };
  56. //
  57. // FFRL v6 Assignments
  58. //
  59. // 2a03:2260:2342::/48
  60. zone "2.4.3.2.0.6.2.2.3.0.a.2.ip6.arpa" {
  61. type master;
  62. file "/etc/bind/zones/static/2a03:2260:2342::_48.ip6.arpa.zone";
  63. allow-transfer { slaves; localhost; ffho-ops; };
  64. };
  65. //
  66. // Internal stuff
  67. //
  68. // 10.132.0.0/16 reverse
  69. zone "132.10.in-addr.arpa" {
  70. type master;
  71. file "/etc/bind/zones/static/132.10.in-addr.arpa.db";
  72. allow-transfer { localhost; ffho-ops; };
  73. };
  74. // Management reverse
  75. zone "30.172.in-addr.arpa" {
  76. type master;
  77. file "/etc/bind/zones/static/30.172.in-addr.arpa.zone";
  78. allow-transfer { localhost; ffho-ops; };
  79. };
  80. // Legacy .ffpb
  81. zone "ffpb" {
  82. type master;
  83. file "/etc/bind/zones/static/ffpb.db";
  84. allow-transfer { localhost; ffho-ops; };
  85. };
  86. // Legacy fdca:ffee:ff12::/48 reverse
  87. zone "2.1.f.f.e.e.f.f.a.c.d.f.ip6.arpa" {
  88. type master;
  89. file "/etc/bind/zones/static//fdca:ffce:ff12::_48.db";
  90. allow-transfer { localhost; ffho-ops; };
  91. };