Browse Source

DNS: correct loopback prefix.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 3 years ago
parent
commit
4ebd4ace88
2 changed files with 2 additions and 2 deletions
  1. 1 1
      dns-server/named.conf.options
  2. 1 1
      dns-server/named.conf.options.recursor

+ 1 - 1
dns-server/named.conf.options

@@ -32,7 +32,7 @@ options {
 	listen-on-v6 { any; };
 
 	allow-recursion {
-		127.0.0.1/8;
+		127.0.0.0/8;
 		::1/128;
 	};
 };

+ 1 - 1
dns-server/named.conf.options.recursor

@@ -32,7 +32,7 @@ options {
 	listen-on-v6 { any; };
 
 	allow-recursion {
-		127.0.0.1/8;
+		127.0.0.0/8;
 		::1/128;
 
 		// Entries from pillar