mirror of
https://github.com/EasyTier/EasytierGame.git
synced 2025-05-19 10:27:56 +00:00
23 lines
470 B
TOML
23 lines
470 B
TOML
hostname = "Test1"
|
|
instance_name = "default"
|
|
instance_id = "8803362c-e4f1-4df1-93e8-721653945f77"
|
|
dhcp = true
|
|
listeners = [
|
|
"tcp://0.0.0.0:11010",
|
|
"udp://0.0.0.0:11010",
|
|
"wg://0.0.0.0:11011",
|
|
"ws://0.0.0.0:11011/",
|
|
"wss://0.0.0.0:11012/",
|
|
]
|
|
exit_nodes = []
|
|
rpc_portal = "0.0.0.0:15888"
|
|
|
|
[network_identity]
|
|
network_name = "default"
|
|
network_secret = ""
|
|
|
|
[[peer]]
|
|
uri = "tcp://public.easytier.top:11010"
|
|
|
|
[[peer]]
|
|
uri = "udp://public.easytier.top:11010" |