mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-05 16:32:22 +08:00
Add Recursive DNS service
This commit is contained in:
parent
c103eac21f
commit
0358a1eb33
1 changed files with 12 additions and 0 deletions
|
@ -18,3 +18,15 @@ type = "subnet"
|
||||||
name = "icecat"
|
name = "icecat"
|
||||||
description = "Magicneko ipv6 reserved segment"
|
description = "Magicneko ipv6 reserved segment"
|
||||||
|
|
||||||
|
|
||||||
|
["10.127.255.54/32"]
|
||||||
|
type = "loopback"
|
||||||
|
name = "anycast-recur-4"
|
||||||
|
description = "Anycast recursive 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