From 943711aedacf716f62e6d4a9938a77327bc80972 Mon Sep 17 00:00:00 2001 From: Neo_Chen Date: Thu, 4 May 2023 14:09:45 +0800 Subject: [PATCH] Removed nodes/peer from document --- document/node.toml | 18 ------------------ document/peer.toml | 8 -------- 2 files changed, 26 deletions(-) delete mode 100644 document/node.toml delete mode 100644 document/peer.toml diff --git a/document/node.toml b/document/node.toml deleted file mode 100644 index 1e9cb3d..0000000 --- a/document/node.toml +++ /dev/null @@ -1,18 +0,0 @@ -# Template file for the node registry (node/) -# Before submission, please: -# - Rename the file to ".toml", without the quotes. -# - Remove any blank lines, comments, and unneeded options. - -# Multiple nodes can be declared in one file: start a node with its name as the -# table name. -[example_node] - -# Node owner (mandatory). This should match the ASN of a registered AS in asn/ . -asn = 4201279999 - -# Node description (optional). Can be an arbitrary string. -description = "" - -# The IP address of the node, written in CIDR notation (optional). This option -# is only used to generate DNS records automatically. -cidr = [] diff --git a/document/peer.toml b/document/peer.toml deleted file mode 100644 index 496d4df..0000000 --- a/document/peer.toml +++ /dev/null @@ -1,8 +0,0 @@ -# Template file for the peering registry (peer/) -# Before submission, please: -# - Rename the file to ".toml", without the quotes. -# - Remove any blank lines, comments, and unneeded options. - -# A list of peers that this node is peering to (mandatory). Items in this list -# should match the name of registered nodes in node/ . -to-peer = []