From 4e17308d869f01b23685bd5fe94bec71376b60ba Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:44:25 +0100 Subject: [PATCH] open port --- bsc/config/config.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bsc/config/config.toml b/bsc/config/config.toml index a118b2e3..a8f48c00 100644 --- a/bsc/config/config.toml +++ b/bsc/config/config.toml @@ -27,13 +27,14 @@ OracleThreshold = 1000 [Node] IPCPath = "geth.ipc" -HTTPHost = "localhost" +HTTPHost = "0.0.0.0" InsecureUnlockAllowed = false HTTPPort = 8545 HTTPVirtualHosts = ["localhost"] -HTTPModules = ["eth", "net", "web3", "txpool", "parlia"] -WSPort = 8546 -WSModules = ["net", "web3", "eth"] +HTTPModules = ["eth", "net", "web3", "txpool", "parlia", "debug", "admin"] +WSHost = "0.0.0.0" +WSPort = 8545 +WSModules = ["net", "web3", "eth", "debug"] [Node.P2P] MaxPeers = 200