updated dns config
This commit is contained in:
parent
44261110cb
commit
8db880cb2a
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user