diff --git a/group_vars/vdg.yml b/group_vars/vdg.yml index 5b490b1..9a38311 100644 --- a/group_vars/vdg.yml +++ b/group_vars/vdg.yml @@ -1,7 +1,7 @@ new_ip: 10.20.8.7 new_gw: 10.20.8.1 new_dns: 10.20.8.7 -new_search: ville-geneve.ch +new_search: stage-ge.org reverse_zone: 8.20.10 dns_zone: 10.20.8 diff --git a/templates/named/named.conf.j2 b/templates/named/named.conf.j2 index 3873dca..24334e3 100644 --- a/templates/named/named.conf.j2 +++ b/templates/named/named.conf.j2 @@ -15,11 +15,13 @@ options { forwarders { 10.20.2.10; }; - + dnssec-validation no; listen-on { - {{ new_ip }}; + 127.0.0.1; + 10.20.8.7; }; + /* * If there is a firewall between you and nameservers you want * to talk to, you might need to uncomment the query-source @@ -31,13 +33,13 @@ options { // so people can't try to guess what version you're running version "REFUSED"; - - allow-query { - 127.0.0.1; - 10.10.10.0/24; - 172.31.10.0/24; - 10.20.8.0/24; - }; + allow-query { any; }; +// allow-query { +// 127.0.0.1; +// 10.10.10.0/24; +// 172.31.10.0/24; +// 10.20.8.0/24; +// }; }; zone "stage-ge.org" IN {