mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-25 13:20:40 +08:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
b605f6f962
17 changed files with 102 additions and 0 deletions
|
@ -34,6 +34,10 @@ and [route6](https://github.com/NeoCloud/NeoNetwork/tree/master/route6) for allo
|
|||
|
||||
DNS Anycast is currently on `10.127.255.54` for IPv4 and `fd10:127:53:53::` for IPv6. All domain names are under ".neo".
|
||||
|
||||
## Certificate Authority
|
||||
|
||||
Root certificate can be downloaded from [here](https://github.com/NeoCloud/NeoNetwork/blob/master/ca/neonetwork.crt). An acmev2-api is available at `https://acme.neo/acme/acme/directory`.
|
||||
|
||||
## Connection Graph
|
||||
|
||||
![NeoNetwork Nodes](https://raw.githubusercontent.com/NeoCloud/NeoNetwork/master/nodes.svg)
|
||||
|
|
4
asn/AS141776.toml
Normal file
4
asn/AS141776.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
name = "BAOSHUO-AS-AP"
|
||||
owner = "Ren Baoshuo"
|
||||
description = "Baoshuo Network"
|
||||
source = "Internet"
|
3
asn/AS4201270017.toml
Normal file
3
asn/AS4201270017.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = "BAOSHUO-AS-NEO"
|
||||
owner = "Ren Baoshuo"
|
||||
description = "Baoshuo Network"
|
3
asn/AS4242420247.toml
Normal file
3
asn/AS4242420247.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = "BAOSHUO-AS-DN42"
|
||||
owner = "Ren Baoshuo"
|
||||
description = "Baoshuo DN42 Network"
|
3
asn/AS4242422526.toml
Normal file
3
asn/AS4242422526.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = "ANILLC-AS"
|
||||
owner = "Anillc"
|
||||
description = "Anillc Network"
|
16
ca/neonetwork.crt
Normal file
16
ca/neonetwork.crt
Normal file
|
@ -0,0 +1,16 @@
|
|||
-----BEGIN CERTIFICATE-----
|
||||
MIICejCCAiCgAwIBAgIUBVC5zV2t9cMtO1cyoaEx5V329NowCgYIKoZIzj0EAwIw
|
||||
ZzETMBEGA1UECgwKTmVvTmV0d29yazEpMCcGA1UECwwgTmVvTmV0d29yayBDZXJ0
|
||||
aWZpY2F0ZSBBdXRob3JpdHkxJTAjBgNVBAMMHE5lb05ldHdvcmsgUm9vdCBBdXRo
|
||||
b3JpdHkgQ0EwHhcNMjEwNTI2MDE0MDQzWhcNNDEwNTIxMDE0MDQzWjBnMRMwEQYD
|
||||
VQQKDApOZW9OZXR3b3JrMSkwJwYDVQQLDCBOZW9OZXR3b3JrIENlcnRpZmljYXRl
|
||||
IEF1dGhvcml0eTElMCMGA1UEAwwcTmVvTmV0d29yayBSb290IEF1dGhvcml0eSBD
|
||||
QTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABFEpUHGEnSI1D2ykLEK0r1+y6d69
|
||||
ppxWUQllLtMMzhGjtwSUs5ZkTrXZD+x1sy33VbBEydBG11lj7TQ1V69eiVujgakw
|
||||
gaYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFMSp
|
||||
92xUVvXDo9wyAOxEIJli2ZdfMB8GA1UdIwQYMBaAFMSp92xUVvXDo9wyAOxEIJli
|
||||
2ZdfMEMGA1UdHgQ8MDqgODAGggQubmVvMAqHCAp/AAD//wAAMCKHIP0QAScAAAAA
|
||||
AAAAAAAAAAD/////AAAAAAAAAAAAAAAAMAoGCCqGSM49BAMCA0gAMEUCIGWU9XP0
|
||||
oYRMlkE6dHwlTa6TiBoVJITff8H+ztpNFSMFAiEA51SikWvvZZF/hljwk+ODPAzS
|
||||
ohp/zVKHPitEizwX3g8=
|
||||
-----END CERTIFICATE-----
|
|
@ -76,6 +76,8 @@ $TTL 3600
|
|||
12 IN NS ns1.yangfl.dn42.
|
||||
12 IN NS ns2.yangfl.dn42.
|
||||
|
||||
20 IN NS ns1.an.dn42.
|
||||
|
||||
21 IN NS ns.iedon.neo.
|
||||
|
||||
127 IN NS ns1.yura.dn42.
|
||||
|
|
|
@ -43,3 +43,5 @@ $TTL 3600
|
|||
6.6.a.a IN NS ns1.fixmix.neo.
|
||||
6.6.a.a IN NS ns2.fixmix.neo.
|
||||
6.6.a.a IN NS ns3.fixmix.neo.
|
||||
|
||||
c.c.0.0 IN NS ns1.an.dn42.
|
||||
|
|
|
@ -29,6 +29,8 @@ root-dns IN A 10.127.255.53
|
|||
root-dns IN AAAA fd10:127:ffff:53::
|
||||
dns IN A 10.127.255.54
|
||||
dns IN AAAA fd10:127:53:53::
|
||||
acme IN A 10.127.18.30
|
||||
acme IN AAAA fd10:127:53:223::1
|
||||
|
||||
edwardp IN A 10.127.8.130
|
||||
edwardp IN AAAA fd10:127:2f2f::
|
||||
|
@ -116,3 +118,5 @@ ns3.fixmix IN A 10.127.66.52
|
|||
ns1.fixmix IN AAAA fd10:127:aa66:11::
|
||||
ns2.fixmix IN AAAA fd10:127:aa66:21::
|
||||
ns3.fixmix IN AAAA fd10:127:aa66:31::
|
||||
|
||||
an IN NS ns1.an.dn42.
|
||||
|
|
|
@ -7,5 +7,9 @@ TTL = -1
|
|||
NS = ["ns1.jerry.neo.", "ns2.jerry.neo.", "ns3.jerry.neo."]
|
||||
DS = ["24982 13 2 463EAE9D8248179806321A2ED3F05377234FD13DF0C2F20428C3B148F9C31B3D"]
|
||||
|
||||
["10.127.18.0/27"]
|
||||
NS = ["ns1.jerry.neo.", "ns2.jerry.neo.", "ns3.jerry.neo."]
|
||||
DS = ["18817 13 2 4E7B00D8C4EEB8969CC8DD2938B0172FEF136C106D5549CB0A3B5221912DB0AC"]
|
||||
|
||||
["10.127.8.160/27"]
|
||||
NS = ["ns1.staph.neo."]
|
||||
|
|
8
entity/Anillc.toml
Normal file
8
entity/Anillc.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
name = "Anillc"
|
||||
|
||||
[contact]
|
||||
email = "noc@anillc.cn"
|
||||
github = "Anillc"
|
||||
|
||||
[persona]
|
||||
pgp = "DCD75832819A6CAB61C8F7D337F54FEE22679910"
|
10
entity/Ren Baoshuo.toml
Normal file
10
entity/Ren Baoshuo.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
name = "Ren Baoshuo"
|
||||
babel = ["zh-N", "en-3"]
|
||||
|
||||
[contact]
|
||||
email = "i@baoshuo.ren"
|
||||
telegram = "baoshuo"
|
||||
github = "renbaoshuo"
|
||||
|
||||
[persona]
|
||||
pgp = "60E46C33C022FA15DBB326837C7AE7B1CE4FF525"
|
9
route/AS141776.toml
Normal file
9
route/AS141776.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
["10.127.60.0/24"]
|
||||
type = "subnet"
|
||||
name = "BAOSHUO-NEO-V4-1"
|
||||
description = "Baoshuo Neo Network"
|
||||
|
||||
["fd10:127:9898::/48"]
|
||||
type = "subnet"
|
||||
name = "BAOSHUO-NEO-V6-1"
|
||||
description = "Baoshuo Neo Network"
|
|
@ -28,6 +28,11 @@ type = "loopback"
|
|||
name = "anycast-recur-4"
|
||||
description = "Anycast recursive DNS"
|
||||
|
||||
["10.127.18.0/27"]
|
||||
type = "subnet"
|
||||
name = "JerryXiao-Service"
|
||||
description = "NeoNetwork services"
|
||||
|
||||
["fd10:127:ffff:53::/64"]
|
||||
type = "loopback"
|
||||
name = "anycast-auth-6"
|
||||
|
|
9
route/AS4201270017.toml
Normal file
9
route/AS4201270017.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
["10.127.60.0/24"]
|
||||
type = "subnet"
|
||||
name = "BAOSHUO-NEO-V4-1"
|
||||
description = "Baoshuo Neo Network"
|
||||
|
||||
["fd10:127:9898::/48"]
|
||||
type = "subnet"
|
||||
name = "BAOSHUO-NEO-V6-1"
|
||||
description = "Baoshuo Neo Network"
|
9
route/AS4242420247.toml
Normal file
9
route/AS4242420247.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
["10.127.60.0/24"]
|
||||
type = "subnet"
|
||||
name = "BAOSHUO-NEO-V4-1"
|
||||
description = "Baoshuo Neo Network"
|
||||
|
||||
["fd10:127:9898::/48"]
|
||||
type = "subnet"
|
||||
name = "BAOSHUO-NEO-V6-1"
|
||||
description = "Baoshuo Neo Network"
|
7
route/AS4242422526.toml
Normal file
7
route/AS4242422526.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
["10.127.20.0/24"]
|
||||
type = "subnet"
|
||||
name = "Anillc Network v4"
|
||||
|
||||
["fd10:127:cc::/48"]
|
||||
type = "subnet"
|
||||
name = "Anillc Network v6"
|
Loading…
Reference in a new issue