mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-23 22:40:41 +08:00
dns: updated NeoServer & PTYRouter
Signed-off-by: Neo_Chen <chenkolei@gmail.com>
This commit is contained in:
parent
bfe6c9fc7c
commit
62c385f91e
3 changed files with 11 additions and 4 deletions
|
@ -28,6 +28,9 @@ $TTL 3600
|
||||||
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.
|
31.16 IN PTR NeoRTK.neo.
|
||||||
|
32.16 IN PTR NeoServer.neo.
|
||||||
|
86.2 IN PTR NeoServer.neo.
|
||||||
|
65.2 IN PTR PTYRouter.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.
|
||||||
|
|
|
@ -19,6 +19,8 @@ $TTL 3600
|
||||||
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.
|
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.
|
||||||
|
6.8.0.0.2.0.0.0.0.0.0.0.0.0.0.0.f.d.9.5.7.3.f.5 IN PTR NeoServer.neo.
|
||||||
|
5.6.0.0.2.0.0.0.0.0.0.0.0.0.0.0.f.d.9.5.7.3.f.5 IN PTR PTYRouter.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.
|
||||||
|
|
|
@ -39,8 +39,10 @@ NeoPi IN A 10.127.110.64
|
||||||
NeoPi 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 A 10.127.16.31
|
||||||
NeoRTK IN AAAA fd10:127:5f37:59df::16:31
|
NeoRTK IN AAAA fd10:127:5f37:59df::16:31
|
||||||
NeoRadio IN A 10.127.16.32
|
NeoServer IN A 10.127.2.86
|
||||||
NeoRadio IN AAAA fd10:127:5f37:59df::16:32
|
NeoServer IN AAAA fd10:127:5f37:59df::2:86
|
||||||
|
PTYRouter IN A 10.127.2.65
|
||||||
|
PTYRouter IN AAAA fd10:127:5f37:59df::2:65
|
||||||
|
|
||||||
home.edwardp IN A 10.127.26.1
|
home.edwardp IN A 10.127.26.1
|
||||||
home.edwardp IN AAAA fd10:127:2f2f:2333::1
|
home.edwardp IN AAAA fd10:127:2f2f:2333::1
|
||||||
|
|
Loading…
Reference in a new issue