mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-21 23:40:40 +08:00
route: StaphNet reorganize
This commit is contained in:
parent
af1745765c
commit
bfe6c9fc7c
3 changed files with 3 additions and 43 deletions
|
@ -14,7 +14,7 @@ Working language: `zh_* / en_*`
|
|||
neovax.neocloud.tw (10.127.110.1, ASN 4201270000)
|
||||
fsnvax.neocloud.tw (10.127.16.240, ASN 4201270000)
|
||||
jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4201270006)
|
||||
s.aureus.ga (10.127.8.185, ASN 4201270007)
|
||||
s.aureus.icu (10.127.8.185, ASN 4201270007)
|
||||
|
||||
## Address Allocation
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name = "Staph"
|
||||
description = "A programming prokaryotic organism"
|
||||
babel = ["zh-N", "en-4", "ja-2", "es-1", "fr-1"]
|
||||
babel = ["zh-N", "en-4", "ja-3", "es-1", "fr-1"]
|
||||
|
||||
[contact]
|
||||
email = "staph@aosc.io"
|
||||
|
|
|
@ -8,56 +8,16 @@ type = "subnet"
|
|||
name = "AOSCNet"
|
||||
description = "AOSC BuildBot Interconnection"
|
||||
|
||||
["10.127.255.2/32"]
|
||||
type = "loopback?"
|
||||
name = "staphdns"
|
||||
description = "Bind9 DNS"
|
||||
|
||||
["10.127.255.53/32"]
|
||||
type = "loopback?"
|
||||
name = "staphdns"
|
||||
description = "Bind9 DNS"
|
||||
|
||||
["fd10:127:7::/51"]
|
||||
["fd10:127:7::/48"]
|
||||
type = "subnet"
|
||||
name = "Staph_v6"
|
||||
description = "Staph-infected IPv6 subnet - please do not disinfect"
|
||||
|
||||
["fd10:127:7:2000::/54"]
|
||||
type = "subnet"
|
||||
name = "StaphReserve_0"
|
||||
description = "Staph-infected reserved net for future use"
|
||||
|
||||
["fd10:127:7:2672::/64"]
|
||||
type = "subnet"
|
||||
name = "AOSCNet_v6"
|
||||
description = "AOSC BuildBot Interconnection"
|
||||
|
||||
["fd10:127:7:3000::/52"]
|
||||
type = "subnet"
|
||||
name = "StaphReserve_1"
|
||||
description = "Staph-infected reserved net for future use"
|
||||
|
||||
["fd10:127:7:4000::/50"]
|
||||
type = "subnet"
|
||||
name = "StaphReserve_2"
|
||||
description = "Staph-infected reserved net for future use"
|
||||
|
||||
["fd10:127:7:8000::/50"]
|
||||
type = "subnet"
|
||||
name = "StaphReserve_3"
|
||||
description = "Staph-infected reserved net for future use"
|
||||
|
||||
["fd10:127:7:c000::/51"]
|
||||
type = "subnet"
|
||||
name = "StaphReserve_4"
|
||||
description = "Staph-infected reserved net for future use"
|
||||
|
||||
["fd10:127:7:ffff::/64"]
|
||||
type = "subnet"
|
||||
name = "StaphPeer"
|
||||
description = "Staph infection network that would not be broadcasted in BGP"
|
||||
|
||||
["fd10:127:ffff:53::/64"]
|
||||
type = "loopback?"
|
||||
name = "staphdns"
|
||||
|
|
Loading…
Reference in a new issue