mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-25 16:00:40 +08:00
document: node-dir
This commit is contained in:
parent
8d0369f9fc
commit
57c56229fe
1 changed files with 13 additions and 0 deletions
13
document/node-dir.txt
Normal file
13
document/node-dir.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
# node-dir Template
|
||||
# =================
|
||||
# It's used to generate DNS records that were neither
|
||||
# Tunnel /30 or Point to Point Address
|
||||
# Filename format: <Node Name>
|
||||
# ASN
|
||||
AS=""
|
||||
# Description
|
||||
DESC=""
|
||||
# IP addresses
|
||||
IP=(
|
||||
"10.127.x.x/x"
|
||||
)
|
Loading…
Reference in a new issue