mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-21 20:20:42 +08:00
document: asn: [fix] name should be mandatory, not description
Signed-off-by: Jerry <isjerryxiao@outlook.com>
This commit is contained in:
parent
36b1240739
commit
137a4d64bc
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# - Rename the file to "AS<ASN>.toml", without the quotes.
|
||||
# - Remove any blank lines, comments, and unneeded options.
|
||||
|
||||
# AS name (optional). Can be an arbitrary string.
|
||||
# AS name (mandatory). Can be an arbitrary string.
|
||||
name = ""
|
||||
|
||||
# AS owner (mandatory). This should match the ID (file name) of a registered
|
||||
|
@ -18,7 +18,7 @@ owner = ""
|
|||
# range of NeoNetwork or DN42, then our script can automatically find it out.
|
||||
#source = ""
|
||||
|
||||
# AS description (mandatory). Can be an arbitrary string.
|
||||
# AS description (optional). Can be an arbitrary string.
|
||||
description = ""
|
||||
|
||||
# AS ownership validation status for NeoNetwork (optional). If the AS is
|
||||
|
|
Loading…
Reference in a new issue