diff --git a/README.md b/README.md index dd0634f..171fde7 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/asn/AS141776.toml b/asn/AS141776.toml new file mode 100644 index 0000000..9a22588 --- /dev/null +++ b/asn/AS141776.toml @@ -0,0 +1,4 @@ +name = "BAOSHUO-AS-AP" +owner = "Ren Baoshuo" +description = "Baoshuo Network" +source = "Internet" \ No newline at end of file diff --git a/asn/AS4201270017.toml b/asn/AS4201270017.toml new file mode 100644 index 0000000..aac9f4c --- /dev/null +++ b/asn/AS4201270017.toml @@ -0,0 +1,3 @@ +name = "BAOSHUO-AS-NEO" +owner = "Ren Baoshuo" +description = "Baoshuo Network" \ No newline at end of file diff --git a/asn/AS4242420247.toml b/asn/AS4242420247.toml new file mode 100644 index 0000000..fbb316e --- /dev/null +++ b/asn/AS4242420247.toml @@ -0,0 +1,3 @@ +name = "BAOSHUO-AS-DN42" +owner = "Ren Baoshuo" +description = "Baoshuo DN42 Network" \ No newline at end of file diff --git a/asn/AS4242422526.toml b/asn/AS4242422526.toml new file mode 100644 index 0000000..bcf49b2 --- /dev/null +++ b/asn/AS4242422526.toml @@ -0,0 +1,3 @@ +name = "ANILLC-AS" +owner = "Anillc" +description = "Anillc Network" diff --git a/ca/neonetwork.crt b/ca/neonetwork.crt new file mode 100644 index 0000000..c11c5ce --- /dev/null +++ b/ca/neonetwork.crt @@ -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----- diff --git a/dns/db.10.127 b/dns/db.10.127 index 1973543..005b171 100644 --- a/dns/db.10.127 +++ b/dns/db.10.127 @@ -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. diff --git a/dns/db.fd10.127 b/dns/db.fd10.127 index adb1468..490e83e 100644 --- a/dns/db.fd10.127 +++ b/dns/db.fd10.127 @@ -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. diff --git a/dns/neonetwork b/dns/neonetwork index 944f9ad..224a7c5 100644 --- a/dns/neonetwork +++ b/dns/neonetwork @@ -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. diff --git a/dns/rfc2317.toml b/dns/rfc2317.toml index 09f3a9d..96f7200 100644 --- a/dns/rfc2317.toml +++ b/dns/rfc2317.toml @@ -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."] diff --git a/entity/Anillc.toml b/entity/Anillc.toml new file mode 100644 index 0000000..46ff946 --- /dev/null +++ b/entity/Anillc.toml @@ -0,0 +1,8 @@ +name = "Anillc" + +[contact] +email = "noc@anillc.cn" +github = "Anillc" + +[persona] +pgp = "DCD75832819A6CAB61C8F7D337F54FEE22679910" diff --git a/entity/Ren Baoshuo.toml b/entity/Ren Baoshuo.toml new file mode 100644 index 0000000..e676d1a --- /dev/null +++ b/entity/Ren Baoshuo.toml @@ -0,0 +1,10 @@ +name = "Ren Baoshuo" +babel = ["zh-N", "en-3"] + +[contact] +email = "i@baoshuo.ren" +telegram = "baoshuo" +github = "renbaoshuo" + +[persona] +pgp = "60E46C33C022FA15DBB326837C7AE7B1CE4FF525" diff --git a/route/AS141776.toml b/route/AS141776.toml new file mode 100644 index 0000000..fb1b8ca --- /dev/null +++ b/route/AS141776.toml @@ -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" diff --git a/route/AS4201270006.toml b/route/AS4201270006.toml index c3d97a6..7aecf09 100644 --- a/route/AS4201270006.toml +++ b/route/AS4201270006.toml @@ -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" diff --git a/route/AS4201270017.toml b/route/AS4201270017.toml new file mode 100644 index 0000000..fb1b8ca --- /dev/null +++ b/route/AS4201270017.toml @@ -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" diff --git a/route/AS4242420247.toml b/route/AS4242420247.toml new file mode 100644 index 0000000..fb1b8ca --- /dev/null +++ b/route/AS4242420247.toml @@ -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" diff --git a/route/AS4242422526.toml b/route/AS4242422526.toml new file mode 100644 index 0000000..f8b68e2 --- /dev/null +++ b/route/AS4242422526.toml @@ -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"