From 1b2dff35c3e685778f1078737717934e1ad14e51 Mon Sep 17 00:00:00 2001 From: Alexander Dietrich Date: Fri, 28 Jun 2019 20:53:11 +0200 Subject: [PATCH] Make named.conf.options more readable --- named.conf.options | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/named.conf.options b/named.conf.options index 03d5a34..12705c1 100644 --- a/named.conf.options +++ b/named.conf.options @@ -26,8 +26,17 @@ options { # edns-udp-size 512; # max-udp-size 512; allow-query-cache { - 127.0.0.1; ::1; # localhost{,6} + 127.0.0.1; + ::1; # 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; }; };