// // /etc/named.conf // options { directory "/var/named"; pid-file "/run/named/named.pid"; auth-nxdomain yes; datasize default; // Uncomment these to enable IPv6 connections support // IPv4 will still work: listen-on-v6 { any; }; // Add this for no IPv4: // listen-on { none; }; // Default security settings. allow-recursion { 127.0.0.1; 192.168.0.0/24; 192.168.122.0/24; }; allow-transfer { none; }; allow-update { none; }; version none; hostname none; server-id none; }; zone "localhost" IN { type master; file "localhost.zone"; allow-transfer { any; }; }; zone "0.0.127.in-addr.arpa" IN { type master; file "127.0.0.zone"; allow-transfer { any; }; }; zone "." IN { type hint; file "root.hint"; }; #zone "0.7.2.0.1.1.f.1.0.7.4.0.1.0.0.2.ip6.arpa" { # type master; # file "/var/named/0.7.2.0.1.1.f.1.0.7.4.0.1.0.0.2.ip6.arpa.zone"; # allow-transfer { # 23.92.21.54; # }; #}; zone "elektrisches-blau.com" { type master; file "/var/named/elektrisches-blau.com.zone"; allow-transfer { 23.92.21.54; }; };