mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-05 17:02:26 +08:00
add max-len for my route objects
Signed-off-by: Marek Küthe <m.k@mk16.de> remove some contacts methods Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
parent
77c65245b7
commit
a9c8b40f35
3 changed files with 4 additions and 3 deletions
|
@ -3,9 +3,6 @@ babel = ["de", "en-1"]
|
|||
|
||||
[contact]
|
||||
email = "neo@mk16.de"
|
||||
telegram = "https://t.me/mark22k"
|
||||
mastodon = "@mark22k@layer8.space"
|
||||
github = "marek22k"
|
||||
|
||||
[persona]
|
||||
pgp = "9AA28159FCEB3CD83BC212017E869146699108C7"
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
["10.127.149.224/27"]
|
||||
type = "subnet"
|
||||
name = "AS-BANDURA-NEO"
|
||||
max-len = 27
|
||||
|
||||
["fd10:127:fc31::/48"]
|
||||
type = "subnet"
|
||||
name = "AS-BANDURA-NEO"
|
||||
max-len = 48
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
["10.127.149.224/27"]
|
||||
type = "subnet"
|
||||
name = "AS-BANDURA-DN42"
|
||||
max-len = 27
|
||||
|
||||
["fd10:127:fc31::/48"]
|
||||
type = "subnet"
|
||||
name = "AS-BANDURA-DN42"
|
||||
max-len = 48
|
||||
|
|
Loading…
Reference in a new issue