mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-26 17:20:41 +08:00
DNS: updated Bind9 configuration
This commit is contained in:
parent
fddfae69de
commit
144cbddf84
1 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ options {
|
||||||
|
|
||||||
dnssec-enable yes;
|
dnssec-enable yes;
|
||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
dnssec-must-be-secure NeoNetwork.unix no;
|
dnssec-must-be-secure neo. no;
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "localhost" IN {
|
zone "localhost" IN {
|
||||||
|
@ -48,13 +48,13 @@ zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa"
|
||||||
zone "neo." IN {
|
zone "neo." IN {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
forwarders { 10.127.1.1; };
|
forwarders { 10.127.255.1; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "127.10.in-addr.arpa" IN {
|
zone "127.10.in-addr.arpa" IN {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
forwarders { 10.127.1.1; };
|
forwarders { 10.127.255.1; };
|
||||||
};
|
};
|
||||||
//zone "example.org" IN {
|
//zone "example.org" IN {
|
||||||
// type slave;
|
// type slave;
|
||||||
|
|
Loading…
Reference in a new issue