mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 21:20:41 +08:00
Removed nodes/peer from document
This commit is contained in:
parent
25b7a65cc2
commit
943711aeda
2 changed files with 0 additions and 26 deletions
|
@ -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 = []
|
|
|
@ -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 = []
|
|
Loading…
Reference in a new issue