mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-05 05:22:24 +08:00
4362e7c6b0
add supernet field for a /32
15 lines
318 B
TOML
15 lines
318 B
TOML
["10.127.127.0/24"]
|
|
type = "subnet"
|
|
name = "Yura Moe NET"
|
|
description = "Yura Neo Network"
|
|
|
|
["fd10:127:127::/48"]
|
|
type = "subnet"
|
|
name = "Yura Neo2"
|
|
description = "Yura Neo Network2"
|
|
|
|
["10.127.127.127/32"]
|
|
type = "loopback"
|
|
name = "Yura Neo Anycast"
|
|
description = "Yura Anycast4 Services"
|
|
supernet = "10.127.127.0/24"
|