mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 06:10:42 +08:00
Register Hanako-Network
Signed-off-by: Hanako <hanako_ko@outlook.jp>
This commit is contained in:
parent
71389901b4
commit
20d959abf7
6 changed files with 20 additions and 0 deletions
3
asn/AS4201270080.toml
Normal file
3
asn/AS4201270080.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = "HANAKO-NETWORK"
|
||||
owner = "Hanako"
|
||||
desc = "Hanako's NeoNetwork"
|
|
@ -110,3 +110,5 @@ $TTL 3600
|
|||
|
||||
186 IN NS ns1.186526.dn42.
|
||||
186 IN NS ns2.186526.dn42.
|
||||
|
||||
80 IN NS ns.hanako.neo.
|
||||
|
|
|
@ -69,3 +69,5 @@ f.0.0.e IN NS ns.kskb.neo.
|
|||
|
||||
6.8.1.0 IN NS ns1.186526.dn42.
|
||||
6.8.1.0 IN NS ns2.186526.dn42.
|
||||
|
||||
0.8.0.0 IN NS ns.hanako.neo.
|
||||
|
|
|
@ -168,3 +168,7 @@ ns.kskb IN AAAA fd10:127:e00f:aca::233
|
|||
hjt IN NS ns0.hjt
|
||||
ns0.hjt IN A 10.127.45.233
|
||||
ns0.hjt IN AAAA fd10:127:45:233::1
|
||||
|
||||
hanako IN NS ns.hanako
|
||||
ns.hanako.neo IN A 10.127.80.80
|
||||
ns.hanako.neo IN A fd10:127:80:aa00::1
|
||||
|
|
2
node/Hanako.toml
Normal file
2
node/Hanako.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Hanako]
|
||||
asn = 4201270080
|
7
route/AS4201270080.toml
Normal file
7
route/AS4201270080.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
["10.127.80.0/24"]
|
||||
type = "subnet"
|
||||
name = "Hanako-Network-Neo-1-v4"
|
||||
|
||||
["fd10:127:80::/48"]
|
||||
type = "subnet"
|
||||
name = "Hanako-Network-Neo-1-v6"
|
Loading…
Reference in a new issue