add default RPC portal (#803)

* add default RPC portal. auto choose port from 15888
This commit is contained in:
Char
2025-04-23 21:27:46 +08:00
committed by GitHub
parent b5f60f843d
commit f0302f2be7

View File

@@ -239,6 +239,7 @@ listeners = [
"wss://0.0.0.0:11012/", "wss://0.0.0.0:11012/",
] ]
exit_nodes = [] exit_nodes = []
rpc_portal = "0.0.0.0:0"
[[peer]] [[peer]]
uri = "tcp://public.easytier.top:11010" uri = "tcp://public.easytier.top:11010"