1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-05-19 07:31:52 +08:00

Updated named.conf to support reverse lookup

This commit is contained in:
Neo_Chen 2019-10-31 17:57:33 +08:00
parent 3f5c089bf2
commit f9a72ce406

View file

@ -56,7 +56,13 @@ zone "." IN {
zone "NeoNetwork.unix" IN {
type forward;
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 {