mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-05 14:32:24 +08:00
dns: AS4201270000 Forward v4/v6 & Reverse v4
This commit is contained in:
parent
943711aeda
commit
a52eb99d1a
2 changed files with 35 additions and 20 deletions
|
@ -10,15 +10,23 @@ $TTL 3600
|
|||
@ IN NS root-dns.neo.
|
||||
|
||||
|
||||
1.1 IN PTR NeoPDP-11.neo.
|
||||
40.1 IN PTR cklvax.neo.
|
||||
63.1 IN PTR NNPCC.neo.
|
||||
20.1 IN PTR NeoBOX.neo.
|
||||
10.1 IN PTR neostorage.neonetwork.
|
||||
80.1 IN PTR NeoSystem.neo.
|
||||
1.3 IN PTR pan.neo.
|
||||
16.2 IN PTR caasih.neo.
|
||||
22.2 IN PTR NeoVAX.neo.
|
||||
63.110 IN PTR NeoVAX.neo.
|
||||
160.16 IN PTR NeoVAX.neo.
|
||||
1.2 IN PTR NeoSystem.neo.
|
||||
80.16 IN PTR NeoSystem.neo.
|
||||
127.2 IN PTR NeoRouter.neo.
|
||||
1.110 IN PTR NeoRouter.neo.
|
||||
16.16 IN PTR NeoRouter.neo.
|
||||
1.1 IN PTR NeoWRT.neo.
|
||||
9.16 IN PTR NeoWRT.neo.
|
||||
16.1 IN PTR NeoWorkstation.neo.
|
||||
8.16 IN PTR NeoWorkstation.neo.
|
||||
76.16 IN PTR NeoKSKB.neo.
|
||||
4.255 IN PTR fsnvax.neo.
|
||||
240.16 IN PTR fsnvax.neo.
|
||||
64.110 IN PTR NeoPi.neo.
|
||||
24.16 IN PTR NeoPi.neo.
|
||||
|
||||
1.233 IN PTR liqingge.user-icecat.eth-ether5.cn.magicneko.neo.
|
||||
1.234 IN PTR liqingge.user-icecat.eth-ether5.cn.magicneko.neo.
|
||||
|
|
|
@ -8,20 +8,10 @@ $TTL 3600
|
|||
900 ) ; Negative Cache TTL
|
||||
;
|
||||
|
||||
; NeoNetwork Original
|
||||
; Important Records
|
||||
@ IN NS root-dns.neo.
|
||||
@ IN TXT "brought to you by NeoPDP-11"
|
||||
@ IN TXT "Full-Table BGP on the way (tm)"
|
||||
root IN CNAME neo.
|
||||
NeoPDP-11 IN A 10.127.255.1
|
||||
caasih IN A 10.127.2.16
|
||||
NeoVAX IN A 10.127.2.22
|
||||
NeoSystem IN A 10.127.255.80
|
||||
neostorage IN A 10.127.1.10
|
||||
NeoBOX IN A 10.127.1.20
|
||||
cklvax IN A 10.127.1.40
|
||||
pan IN A 10.127.3.1
|
||||
NeoRouter IN A 10.127.2.127
|
||||
|
||||
neko IN TXT "helloworld"
|
||||
telegram IN TXT "https://t.me/NeoNetworkVPN"
|
||||
root-dns IN A 10.127.255.53
|
||||
|
@ -31,6 +21,23 @@ dns IN AAAA fd10:127:53:53::
|
|||
acme IN A 10.127.18.30
|
||||
acme IN AAAA fd10:127:53:223::1
|
||||
|
||||
NeoVAX IN A 10.127.2.22
|
||||
NeoVAX IN AAAA fd10:127:5f37:59df::2:22
|
||||
NeoSystem IN A 10.127.2.1
|
||||
NeoSystem IN AAAA fd10:127:5f37:59df::2:1
|
||||
NeoRouter IN A 10.127.2.127
|
||||
NeoRouter IN AAAA fd10:127:5f37:59df::2:127
|
||||
NeoWRT IN A 10.127.1.1
|
||||
NeoWRT IN AAAA fd10:127:5f37:59df::1:1
|
||||
NeoWorkstation IN A 10.127.1.16
|
||||
NeoWorkstation IN AAAA fd10:127:5f37:59df::1:16
|
||||
NeoKSKB IN A 10.127.16.76
|
||||
NeoKSKB IN AAAA fd10:127:5f37:59df::16:76
|
||||
fsnvax IN A 10.127.255.4
|
||||
fsnvax IN AAAA fd10:127:5f37:59df::255:4
|
||||
NeoRPi IN A 10.127.110.64
|
||||
NeoRPi IN AAAA fd10:127:5f37:59df::110:64
|
||||
|
||||
home.edwardp IN A 10.127.18.33
|
||||
home.edwardp IN AAAA fd10:127:2f2f:2333::1
|
||||
jp1.edwardp IN A 10.127.18.34
|
||||
|
|
Loading…
Reference in a new issue