mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 18:00:41 +08:00
Merge pull request #91 from Myer921/master
MagicNeko unified change (DNS-PTR, peer, contact information)
This commit is contained in:
commit
2c0baead57
4 changed files with 23 additions and 2 deletions
|
@ -22,8 +22,16 @@ f.0.4.0.f.7.a.0.0.0.0.0.1.2.0.2.0.7.1.7.3.3.2.0 IN PTR 03-100M-200G.
|
|||
2.1.4.0.f.7.a.0.0.0.0.0.1.2.0.2.0.7.1.7.3.3.2.0 IN PTR 01-100M-200G.uk.bb.ix-magicneko.neo.
|
||||
4.6.4.0.f.7.a.0.0.0.0.0.1.2.0.2.0.7.1.7.3.3.2.0 IN PTR cn-adsl-15M.cn.bb.ix-magicneko.neo.
|
||||
5.6.4.0.f.7.a.0.0.0.0.0.1.2.0.2.0.7.1.7.3.3.2.0 IN PTR cn-adsl.15M.cn.bb.ix-magicneko.neo.
|
||||
|
||||
|
||||
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.9.0.0.0.3.3.2.0 IN PTR jp.icecat.ix-magicneko.neo.
|
||||
2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.9.0.0.0.3.3.2.0 IN PTR us.santost12.ix-magicneko.neo.
|
||||
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.6.0.0.0.3.3.2.0 IN PTR jp.icecat.ix-magicneko.neo.
|
||||
2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.6.0.0.0.3.3.2.0 IN PTR jp.jerryxiao.ix-magicneko.neo.
|
||||
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.0.3.3.2.0 IN PTR jp.icecat.ix-magicneko.neo.
|
||||
2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.0.3.3.2.0 IN PTR jp.chenx97.ix-magicneko.neo.
|
||||
5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.6.0.0.0.3.3.2.0 IN PTR jp.icecat.ix-nextmoe.neo.
|
||||
6.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.6.0.0.0.3.3.2.0 IN PTR jp.jerryxiao.ix-nextmoe.neo.
|
||||
1.0.0.0.0.0.0.0.0.0.0.0.8.9.1.2.2.4.0.0.3.3.2.0 IN PTR jp.icecat.ix-nextmoe.neo.
|
||||
2.0.0.0.0.0.0.0.0.0.0.0.8.9.1.2.2.4.0.0.3.3.2.0 IN PTR jp.iedon.ix-nextmoe.neo.
|
||||
|
||||
; DELEGATED ZONES
|
||||
3.5.0.0 IN NS ns1.jerry.neo.
|
||||
|
|
|
@ -3,3 +3,5 @@ name = "Icecat"
|
|||
[contact]
|
||||
telegram = "fakeicecat"
|
||||
github = "Myer921"
|
||||
email = "icecat@catio.network"
|
||||
|
||||
|
|
|
@ -12,3 +12,13 @@ cidr = ["10.127.4.14/24", "fd10:127:0233:7170:2021::10.127.4.14/80"]
|
|||
asn = 4201270008
|
||||
description = "MagicNeko IX LAN interconnection"
|
||||
cidr = ["10.127.4.15/24", "fd10:127:0233:7170:2021::10.127.4.15/80"]
|
||||
|
||||
[MagicNeko-TW01]
|
||||
asn = 4201270008
|
||||
description = "MagicNeko IX LAN interconnection"
|
||||
cidr = ["10.127.4.17/24", "fd10:127:0233:7170:2021::10.127.4.17/80"]
|
||||
|
||||
[MagicNeko-UK01]
|
||||
asn = 4201270008
|
||||
description = "MagicNeko IX LAN interconnection"
|
||||
cidr = ["10.127.4.18/24", "fd10:127:0233:7170:2021::10.127.4.18/80"]
|
||||
|
|
|
@ -4,4 +4,5 @@ to-peer = [
|
|||
"chenx97",
|
||||
"frank-hsinchu",
|
||||
"megumiLHS",
|
||||
"santost12",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue