mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-05 05:22:24 +08:00
14 lines
343 B
Text
14 lines
343 B
Text
# node-dir Template
|
|
# =================
|
|
# It's used to store ASN information and generate DNS records
|
|
# that were neither Tunnel /30 or Point to Point Address.
|
|
# Remove any line which starts with '#' when applying
|
|
# Filename format: <Node Name>
|
|
# ASN
|
|
ASN=""
|
|
# Description
|
|
DESC=""
|
|
# IP addresses excluding TUN30 and PTP
|
|
IP=(
|
|
"10.127.x.x/x"
|
|
)
|