mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-17 01:10:41 +08:00
Add Video encoding node, used to monitor (Cyan) online live broadcast in the live room and record encoding
This commit is contained in:
parent
9041442a03
commit
b96f9acdbc
2 changed files with 8 additions and 0 deletions
|
@ -35,3 +35,7 @@ type = "subnet"
|
||||||
name = "CainSakura-home-devices"
|
name = "CainSakura-home-devices"
|
||||||
description = "For home devices internal network segment for testing connectivity quality, No SLA"
|
description = "For home devices internal network segment for testing connectivity quality, No SLA"
|
||||||
|
|
||||||
|
["10.127.255.18/32"]
|
||||||
|
type = "loopback"
|
||||||
|
name = "Video encoding node(Anycast)"
|
||||||
|
description = "Video encoding node, used to monitor (Cyan) online live broadcast in the live room and record encoding"
|
||||||
|
|
|
@ -29,3 +29,7 @@ name = "anycast-recur-6"
|
||||||
description = "Anycast recursive DNS"
|
description = "Anycast recursive DNS"
|
||||||
supernet = "fd10:127:53::/48"
|
supernet = "fd10:127:53::/48"
|
||||||
|
|
||||||
|
["10.127.255.18/32"]
|
||||||
|
type = "loopback"
|
||||||
|
name = "Video encoding node(Anycast)"
|
||||||
|
description = "Video encoding node, used to monitor (Cyan) online live broadcast in the live room and record encoding"
|
||||||
|
|
Loading…
Reference in a new issue