mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-06 07:02:24 +08:00
Merge pull request #270 from Hawkins-Sherpherd/master
Join NeoNetwork Have fun networking!
This commit is contained in:
commit
9ee1d84e9d
8 changed files with 37 additions and 0 deletions
3
asn/AS4201273947.toml
Normal file
3
asn/AS4201273947.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = "HAWKINS-NEO-AS"
|
||||
owner = "HawkinsSherpherd"
|
||||
description = "Site network for Hawkins"
|
2
asn/AS4242423947.toml
Normal file
2
asn/AS4242423947.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = "SERNET-DN42"
|
||||
owner = "HawkinsSherpherd"
|
|
@ -137,3 +137,6 @@ $TTL 3600
|
|||
|
||||
20 IN NS ns1.wtm.neo.
|
||||
20 IN NS ns2.wtm.neo.
|
||||
|
||||
217 IN NS ns1.hawkins.neo.
|
||||
217 IN NS ns2.hawkins.neo.
|
|
@ -94,3 +94,6 @@ f.0.0.e IN NS ns.kskb.neo.
|
|||
|
||||
6.6.0.0 IN NS ns1.wtm.neo.
|
||||
6.6.0.0 IN NS ns2.wtm.neo.
|
||||
|
||||
7.1.2.0 IN NS ns1.hawkins.neo.
|
||||
7.1.2.0 IN NS ns2.hawkins.neo.
|
|
@ -228,3 +228,10 @@ ns1.wtm IN A 10.127.20.222
|
|||
ns1.wtm IN AAAA fd10:127:66::222
|
||||
ns2.wtm IN A 10.127.20.223
|
||||
ns2.wtm IN AAAA fd10:127:66::223
|
||||
|
||||
ns1.hawkins IN A 10.127.217.14
|
||||
ns1.hawkins IN AAAA fd10:127:217:53::1
|
||||
ns2.hawkins IN A 10.127.217.15
|
||||
ns2.hawkins IN AAAA fd10:127:217:53::2
|
||||
hawkins IN NS ns1.hawkins
|
||||
hawkins IN NS ns2.hawkins
|
5
entity/HawkinsSherpherd.toml
Normal file
5
entity/HawkinsSherpherd.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
name = "Hawkins Sherpherd"
|
||||
|
||||
[contact]
|
||||
email = "haksrpd@outlook.com"
|
||||
telegram = "haksrpd"
|
9
route/AS4201273947.toml
Normal file
9
route/AS4201273947.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
["10.127.217.0/24"]
|
||||
type = "subnet"
|
||||
name = "HAWKINS-NEO-NET4"
|
||||
description = "Shared prefix for HAWKINS-NEO-AS and SERNET-DN42"
|
||||
supernet = "10.127.217.0/24"
|
||||
|
||||
["fd10:127:217::/48"]
|
||||
type = "subnet"
|
||||
name = "HAWKINS-NEO-NET6"
|
5
route/AS4242423947.toml
Normal file
5
route/AS4242423947.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
["10.127.217.0/24"]
|
||||
type = "subnet"
|
||||
name = "HAWKINS-NEO-NET4"
|
||||
description = "Shared prefix for HAWKINS-NEO-AS and SERNET-DN42"
|
||||
supernet = "10.127.217.0/24"
|
Loading…
Reference in a new issue