mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-23 00:00:45 +08:00
Updated named.conf to support reverse lookup
This commit is contained in:
parent
3f5c089bf2
commit
f9a72ce406
1 changed files with 7 additions and 1 deletions
|
@ -56,7 +56,13 @@ zone "." IN {
|
||||||
zone "NeoNetwork.unix" IN {
|
zone "NeoNetwork.unix" IN {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
forwarders { 10.127.0.14; };
|
forwarders { 10.127.1.1; };
|
||||||
|
};
|
||||||
|
|
||||||
|
zone "127.10.in-addr.arpa" IN {
|
||||||
|
type forward;
|
||||||
|
forward only;
|
||||||
|
forwarders { 10.127.1.1; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//zone "example.org" IN {
|
//zone "example.org" IN {
|
||||||
|
|
Loading…
Reference in a new issue