From ac74a90ffd8f14ce2c97942e6dea9e4f957fa3be Mon Sep 17 00:00:00 2001 From: masnn Date: Thu, 19 Aug 2021 19:02:35 +0000 Subject: [PATCH 1/3] register a new asn Signed-off-by: masnn --- asn/AS4201279999.toml | 2 ++ entity/undefined.toml | 7 +++++++ route/AS4201279999.toml | 3 +++ 3 files changed, 12 insertions(+) create mode 100644 asn/AS4201279999.toml create mode 100644 entity/undefined.toml create mode 100644 route/AS4201279999.toml diff --git a/asn/AS4201279999.toml b/asn/AS4201279999.toml new file mode 100644 index 0000000..ff55cbe --- /dev/null +++ b/asn/AS4201279999.toml @@ -0,0 +1,2 @@ +name = "Hydro-Neo-Network" +owner = "undefined" diff --git a/entity/undefined.toml b/entity/undefined.toml new file mode 100644 index 0000000..42b29cc --- /dev/null +++ b/entity/undefined.toml @@ -0,0 +1,7 @@ +name = "undefined" +babel = ["zh", "en-3"] + +[contact] +email = "i@undefined.moe" +telegram = "webpack_exports_undefined" +github = "undefined-moe" diff --git a/route/AS4201279999.toml b/route/AS4201279999.toml new file mode 100644 index 0000000..c6e2ad7 --- /dev/null +++ b/route/AS4201279999.toml @@ -0,0 +1,3 @@ +["10.127.88.0/24"] +type = "subnet" +name = "Hydro-Neo-Network" From dbd2a934b105e872dbb71ccc27569837bb244ed0 Mon Sep 17 00:00:00 2001 From: masnn Date: Thu, 19 Aug 2021 19:14:43 +0000 Subject: [PATCH 2/3] add dns & ipv6 Signed-off-by: masnn --- dns/neonetwork | 5 +++++ route/AS4201279999.toml | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/dns/neonetwork b/dns/neonetwork index 0f9c8c0..1dd6e8c 100644 --- a/dns/neonetwork +++ b/dns/neonetwork @@ -148,3 +148,8 @@ ns2.dnswol IN AAAA fd10:127:99::33:1 tsingyao IN NS ns1.dnswol tsingyao IN NS ns2.dnswol + +undefiend IN A 10.127.88.1 +*.undefined IN A 10.127.88.1 +undefiend IN AAAA fd10:127:88::1 +*.undefined IN AAAA fd10:127:88::1 diff --git a/route/AS4201279999.toml b/route/AS4201279999.toml index c6e2ad7..1ad18a8 100644 --- a/route/AS4201279999.toml +++ b/route/AS4201279999.toml @@ -1,3 +1,8 @@ ["10.127.88.0/24"] type = "subnet" -name = "Hydro-Neo-Network" +name = "Hydro-Neo-Network-4" + +["fd10:127:88::/48"] +type = "subnet" +name = "Hydro-Neo-Network-6" + From 89065b6a938331529a8a38bdfe68649314689795 Mon Sep 17 00:00:00 2001 From: masnn Date: Thu, 19 Aug 2021 19:31:20 +0000 Subject: [PATCH 3/3] update name Signed-off-by: undefined Signed-off-by: masnn --- asn/AS4201279999.toml | 2 +- dns/neonetwork | 8 ++++---- entity/{undefined.toml => undefined-moe.toml} | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename entity/{undefined.toml => undefined-moe.toml} (84%) diff --git a/asn/AS4201279999.toml b/asn/AS4201279999.toml index ff55cbe..ff58c11 100644 --- a/asn/AS4201279999.toml +++ b/asn/AS4201279999.toml @@ -1,2 +1,2 @@ name = "Hydro-Neo-Network" -owner = "undefined" +owner = "undefined-moe" diff --git a/dns/neonetwork b/dns/neonetwork index 1dd6e8c..c800aeb 100644 --- a/dns/neonetwork +++ b/dns/neonetwork @@ -149,7 +149,7 @@ ns2.dnswol IN AAAA fd10:127:99::33:1 tsingyao IN NS ns1.dnswol tsingyao IN NS ns2.dnswol -undefiend IN A 10.127.88.1 -*.undefined IN A 10.127.88.1 -undefiend IN AAAA fd10:127:88::1 -*.undefined IN AAAA fd10:127:88::1 +undefiend.moe IN A 10.127.88.1 +*.undefined.moe IN A 10.127.88.1 +undefiend.moe IN AAAA fd10:127:88::1 +*.undefined.moe IN AAAA fd10:127:88::1 diff --git a/entity/undefined.toml b/entity/undefined-moe.toml similarity index 84% rename from entity/undefined.toml rename to entity/undefined-moe.toml index 42b29cc..12f9ea1 100644 --- a/entity/undefined.toml +++ b/entity/undefined-moe.toml @@ -1,4 +1,4 @@ -name = "undefined" +name = "undefined-moe" babel = ["zh", "en-3"] [contact]