named.conf.local 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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 "hochstift.freifunk.net" {
  27. type master;
  28. file "/etc/bind/zones/static/hochstift.freifunk.net.zone";
  29. allow-transfer { slaves; localhost; ffho-ops; };
  30. };
  31. zone "ffho.net" {
  32. type master;
  33. file "/etc/bind/zones/static/ffho.net.zone";
  34. allow-transfer { slaves; localhost; ffho-ops; };
  35. };
  36. //
  37. // Vega Systems v6 reverse nets
  38. //
  39. // 2a02:450:0:6::/64
  40. zone "6.0.0.0.0.0.0.0.0.5.4.0.2.0.a.2.ip6.arpa" {
  41. type master;
  42. file "/etc/bind/zones/static/2a02:450:0:6_64.ip6.arpa.zone";
  43. allow-transfer { slaves; localhost; ffho-ops; };
  44. };
  45. // 2a02:450:1::/60
  46. zone "0.0.0.1.0.0.0.0.5.4.0.2.0.a.2.ip6.arpa" {
  47. type master;
  48. file "/etc/bind/zones/static/2a02:450:1_60.ip6.arpa.zone";
  49. allow-transfer { slaves; localhost; ffho-ops; };
  50. };
  51. //
  52. // FFRL v6 Assignments
  53. //
  54. // 2a03:2260:2342::/48
  55. zone "2.4.3.2.0.6.2.2.3.0.a.2.ip6.arpa" {
  56. type master;
  57. file "/etc/bind/zones/static/2a03:2260:2342::_48.ip6.arpa.zone";
  58. allow-transfer { slaves; localhost; ffho-ops; };
  59. };
  60. //
  61. // Internal stuff
  62. //
  63. // 10.132.0.0/16 reverse
  64. zone "132.10.in-addr.arpa" {
  65. type master;
  66. file "/etc/bind/zones/static/132.10.in-addr.arpa.db";
  67. allow-transfer { localhost; ffho-ops; };
  68. };
  69. // Management reverse
  70. zone "30.172.in-addr.arpa" {
  71. type master;
  72. file "/etc/bind/zones/static/30.172.in-addr.arpa.zone";
  73. allow-transfer { localhost; ffho-ops; };
  74. };
  75. // Legacy fdca:ffee:ff12::/48 reverse
  76. zone "2.1.f.f.e.e.f.f.a.c.d.f.ip6.arpa" {
  77. type master;
  78. file "/etc/bind/zones/static//fdca:ffce:ff12::_48.db";
  79. allow-transfer { localhost; ffho-ops; };
  80. };