mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-24 16:00:40 +08:00
allow 4242423618 to announce anycast routes
This commit is contained in:
parent
5a03d257b8
commit
0f60ea8909
2 changed files with 22 additions and 0 deletions
2
asn/AS4242423618.toml
Normal file
2
asn/AS4242423618.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
name = "Jerry AS"
|
||||||
|
owner = "JerryXiao"
|
20
route/AS4242423618.toml
Normal file
20
route/AS4242423618.toml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
["10.127.255.53/32"]
|
||||||
|
type = "loopback"
|
||||||
|
name = "anycast-auth-4"
|
||||||
|
description = "Anycast authoritative DNS"
|
||||||
|
|
||||||
|
["10.127.255.54/32"]
|
||||||
|
type = "loopback"
|
||||||
|
name = "anycast-recur-4"
|
||||||
|
description = "Anycast recursive DNS"
|
||||||
|
|
||||||
|
["fd10:127:ffff:53::/64"]
|
||||||
|
type = "loopback"
|
||||||
|
name = "anycast-auth-6"
|
||||||
|
description = "Anycast authoritative DNS"
|
||||||
|
|
||||||
|
["fd10:127:53:53::/64"]
|
||||||
|
type = "loopback"
|
||||||
|
name = "anycast-recur-6"
|
||||||
|
description = "Anycast recursive DNS"
|
||||||
|
supernet = "fd10:127:53::/48"
|
Loading…
Reference in a new issue