diff --git a/dns/db.fd10.127 b/dns/db.fd10.127 new file mode 100644 index 0000000..ae02b58 --- /dev/null +++ b/dns/db.fd10.127 @@ -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. diff --git a/dns/named.conf b/dns/named.conf index dc226fd..d8be689 100644 --- a/dns/named.conf +++ b/dns/named.conf @@ -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";