From b7a5c087e23f30c72f293e8a192456f69e9bd4dd Mon Sep 17 00:00:00 2001 From: Conglobate Date: Wed, 26 Aug 2026 21:30:43 +0800 Subject: [PATCH] Add AS4201273282 Twilight network resources Add AS4201273282, IPv4 10.127.123.0/26, IPv6 fd10:127:123::/64 Signed-off-by: Conglobate --- asn/AS4201273282.toml | 2 ++ entity/Twilight.toml | 1 + route/AS4201273282.toml | 9 +++++++++ 3 files changed, 12 insertions(+) create mode 100644 asn/AS4201273282.toml create mode 100644 entity/Twilight.toml create mode 100644 route/AS4201273282.toml diff --git a/asn/AS4201273282.toml b/asn/AS4201273282.toml new file mode 100644 index 0000000..1bcb193 --- /dev/null +++ b/asn/AS4201273282.toml @@ -0,0 +1,2 @@ +name = "Twilight" +owner = "Twilight" diff --git a/entity/Twilight.toml b/entity/Twilight.toml new file mode 100644 index 0000000..4de9875 --- /dev/null +++ b/entity/Twilight.toml @@ -0,0 +1 @@ +name = "Twilight" diff --git a/route/AS4201273282.toml b/route/AS4201273282.toml new file mode 100644 index 0000000..e6dff47 --- /dev/null +++ b/route/AS4201273282.toml @@ -0,0 +1,9 @@ +["10.127.123.0/26"] +type = "subnet" +name = "Twilight" +supernet = "10.127.123.0/24" + +["fd10:127:123::/64"] +type = "subnet" +name = "Twilight" +supernet = "fd10:127:123::/48"