From f0302f2be7b8a72afecf9d6daa91f0392b7f627f Mon Sep 17 00:00:00 2001 From: Char Date: Wed, 23 Apr 2025 21:27:46 +0800 Subject: [PATCH] add default RPC portal (#803) * add default RPC portal. auto choose port from 15888 --- script/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/install.sh b/script/install.sh index 9bd2bb2..0e1d72a 100644 --- a/script/install.sh +++ b/script/install.sh @@ -239,6 +239,7 @@ listeners = [ "wss://0.0.0.0:11012/", ] exit_nodes = [] +rpc_portal = "0.0.0.0:0" [[peer]] uri = "tcp://public.easytier.top:11010"