Make named.conf.options more readable

This commit is contained in:
Alexander Dietrich 2019-06-28 20:53:11 +02:00
parent 5f17f76f01
commit 1b2dff35c3

View file

@ -26,8 +26,17 @@ options {
# edns-udp-size 512; # edns-udp-size 512;
# max-udp-size 512; # max-udp-size 512;
allow-query-cache { allow-query-cache {
127.0.0.1; ::1; # localhost{,6} 127.0.0.1;
::1;
# private addr space used in Freifunk, DN42 and Hackint # private addr space used in Freifunk, DN42 and Hackint
10.0.0.0/8; fc00::/7; 172.16.0.0/12; fd51:2bb2:fd0d::/64; 2a03:2267::/32; fe80::/10; 2001:0bf7::/32; 2a03:2260::/29; 2001:67c:2d50::/48; fc00::/7;
fd51:2bb2:fd0d::/64;
fe80::/10;
10.0.0.0/8;
172.16.0.0/12;
2001:0bf7::/32;
2001:67c:2d50::/48;
2a03:2260::/29;
2a03:2267::/32;
}; };
}; };