From eae27141f0bdb1b2bcb319d309036247f389d023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Tue, 18 Jun 2024 13:56:30 +0000 Subject: [PATCH] Register stone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is an entry that I create as part of my registration proxy service. Signed-off-by: Marek Küthe --- asn/AS4201270003.toml | 3 +++ entity/stone.toml | 4 ++++ route/AS4201270003.toml | 9 +++++++++ 3 files changed, 16 insertions(+) create mode 100644 asn/AS4201270003.toml create mode 100644 entity/stone.toml create mode 100644 route/AS4201270003.toml diff --git a/asn/AS4201270003.toml b/asn/AS4201270003.toml new file mode 100644 index 0000000..5d78e4b --- /dev/null +++ b/asn/AS4201270003.toml @@ -0,0 +1,3 @@ +name = "Stone Network" + +owner = "stone" diff --git a/entity/stone.toml b/entity/stone.toml new file mode 100644 index 0000000..d5fec00 --- /dev/null +++ b/entity/stone.toml @@ -0,0 +1,4 @@ +name = "Stone Fox" + +[contact] +email = "stone@unix.dog" diff --git a/route/AS4201270003.toml b/route/AS4201270003.toml new file mode 100644 index 0000000..1099dc5 --- /dev/null +++ b/route/AS4201270003.toml @@ -0,0 +1,9 @@ +["10.127.18.128/25"] +type = "subnet" + +name = "Stone IPv4 Block" + +["fd10:127:6194:24e0::/64"] +type = "subnet" + +name = "Stone IPv6 Block"