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

15 lines
343 B
Plaintext
Raw Normal View History

2020-04-27 20:59:28 +08:00
# node-dir Template
# =================
2020-05-01 14:42:43 +08:00
# It's used to store ASN information and generate DNS records
2020-05-06 19:10:24 +08:00
# that were neither Tunnel /30 or Point to Point Address.
# Remove any line which starts with '#' when applying
2020-04-27 20:59:28 +08:00
# 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"
)