1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-07-04 01:48:41 +08:00
NeoNetwork/document/node-dir.txt

14 lines
261 B
Plaintext
Raw Normal View History

2020-04-27 20:59:28 +08:00
# 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
2020-04-29 16:23:55 +08:00
ASN=""
2020-04-27 20:59:28 +08:00
# Description
DESC=""
2020-04-29 16:23:55 +08:00
# IP addresses excluding TUN30 and PTP
2020-04-27 20:59:28 +08:00
IP=(
"10.127.x.x/x"
)