mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-23 00:40: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-validation yes;
|
||||
dnssec-must-be-secure NeoNetwork.unix no;
|
||||
dnssec-must-be-secure neo. no;
|
||||
};
|
||||
|
||||
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 {
|
||||
type forward;
|
||||
forward only;
|
||||
forwarders { 10.127.1.1; };
|
||||
forwarders { 10.127.255.1; };
|
||||
};
|
||||
|
||||
zone "127.10.in-addr.arpa" IN {
|
||||
type forward;
|
||||
forward only;
|
||||
forwarders { 10.127.1.1; };
|
||||
forwarders { 10.127.255.1; };
|
||||
};
|
||||
//zone "example.org" IN {
|
||||
// type slave;
|
||||
|
|
Loading…
Reference in a new issue