1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-05-19 08:51:46 +08:00

Removed nodes/peer from document

This commit is contained in:
Neo_Chen 2023-05-04 14:09:45 +08:00
parent 25b7a65cc2
commit 943711aeda
No known key found for this signature in database
GPG key ID: CA0957540FD996CD
2 changed files with 0 additions and 26 deletions

View file

@ -1,18 +0,0 @@
# Template file for the node registry (node/)
# Before submission, please:
# - Rename the file to "<entity_id>.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 = []

View file

@ -1,8 +0,0 @@
# Template file for the peering registry (peer/)
# Before submission, please:
# - Rename the file to "<node_name>.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 = []