mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 06:10:42 +08:00
AS4201270000: added NeoRTK DNS records
This commit is contained in:
parent
418f1d9c51
commit
64fa9dbb4f
3 changed files with 6 additions and 2 deletions
|
@ -27,6 +27,7 @@ $TTL 3600
|
||||||
240.16 IN PTR fsnvax.neo.
|
240.16 IN PTR fsnvax.neo.
|
||||||
64.110 IN PTR NeoPi.neo.
|
64.110 IN PTR NeoPi.neo.
|
||||||
24.16 IN PTR NeoPi.neo.
|
24.16 IN PTR NeoPi.neo.
|
||||||
|
31.16 IN PTR NeoRTK.neo.
|
||||||
; End of AS4201270000
|
; End of AS4201270000
|
||||||
|
|
||||||
1.233 IN PTR liqingge.user-icecat.eth-ether5.cn.magicneko.neo.
|
1.233 IN PTR liqingge.user-icecat.eth-ether5.cn.magicneko.neo.
|
||||||
|
|
|
@ -18,6 +18,7 @@ $TTL 3600
|
||||||
6.7.0.0.6.1.0.0.0.0.0.0.0.0.0.0.f.d.9.5.7.3.f.5 IN PTR NeoKSKB.neo.
|
6.7.0.0.6.1.0.0.0.0.0.0.0.0.0.0.f.d.9.5.7.3.f.5 IN PTR NeoKSKB.neo.
|
||||||
4.0.0.0.5.5.2.0.0.0.0.0.0.0.0.0.f.d.9.5.7.3.f.5 IN PTR fsnvax.neo.
|
4.0.0.0.5.5.2.0.0.0.0.0.0.0.0.0.f.d.9.5.7.3.f.5 IN PTR fsnvax.neo.
|
||||||
4.6.0.0.0.1.1.0.0.0.0.0.0.0.0.0.f.d.9.5.7.3.f.5 IN PTR NeoPi.neo.
|
4.6.0.0.0.1.1.0.0.0.0.0.0.0.0.0.f.d.9.5.7.3.f.5 IN PTR NeoPi.neo.
|
||||||
|
1.3.0.0.6.1.0.0.0.0.0.0.0.0.0.0.f.d.9.5.7.3.f.5 IN PTR NeoRTK.neo.
|
||||||
; End of AS4201270000
|
; End of AS4201270000
|
||||||
|
|
||||||
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.3.c.1.3.3.2.0 IN PTR liqingge.router.br-koishi.lo.she.as141706.koishi.moe.
|
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.3.c.1.3.3.2.0 IN PTR liqingge.router.br-koishi.lo.she.as141706.koishi.moe.
|
||||||
|
|
|
@ -35,8 +35,10 @@ NeoKSKB IN A 10.127.16.76
|
||||||
NeoKSKB IN AAAA fd10:127:5f37:59df::16:76
|
NeoKSKB IN AAAA fd10:127:5f37:59df::16:76
|
||||||
fsnvax IN A 10.127.255.4
|
fsnvax IN A 10.127.255.4
|
||||||
fsnvax IN AAAA fd10:127:5f37:59df::255:4
|
fsnvax IN AAAA fd10:127:5f37:59df::255:4
|
||||||
NeoRPi IN A 10.127.110.64
|
NeoPi IN A 10.127.110.64
|
||||||
NeoRPi IN AAAA fd10:127:5f37:59df::110:64
|
NeoPi IN AAAA fd10:127:5f37:59df::110:64
|
||||||
|
NeoRTK IN A 10.127.16.31
|
||||||
|
NeoRTK IN AAAA fd10:127:5f37:59df::16:31
|
||||||
|
|
||||||
home.edwardp IN A 10.127.18.33
|
home.edwardp IN A 10.127.18.33
|
||||||
home.edwardp IN AAAA fd10:127:2f2f:2333::1
|
home.edwardp IN AAAA fd10:127:2f2f:2333::1
|
||||||
|
|
Loading…
Reference in a new issue