1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-11-22 22:00:40 +08:00

add ipv6 rdns

This commit is contained in:
JerryXiao 2020-06-02 11:55:26 +08:00
parent f156b900cb
commit 9e4eb423d1
Signed by: Jerry
GPG key ID: 9D9CE43650FF2BAA
2 changed files with 19 additions and 0 deletions

13
dns/db.fd10.127 Normal file
View file

@ -0,0 +1,13 @@
; NeoNetwork DNS Record
$TTL 604800
@ IN SOA NeoPDP-11.neo. root.neo. (
4096 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS NeoPDP-11.neo.
; DELEGATED ZONES
3.5.0.0 IN NS ns1.jerry.neo.

View file

@ -56,6 +56,12 @@ zone "127.10.in-addr.arpa" IN {
forward only;
forwarders { 10.127.255.1; };
};
zone "7.2.1.0.0.1.d.f.ip6.arpa." IN {
type forward;
forward only;
forwarders { 10.127.255.1; };
};
//zone "example.org" IN {
// type slave;
// file "example.zone";