From a1b3d48f1f004435f24ffe75b2a8c78ed7160e13 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:47:02 +0100 Subject: [PATCH] open port --- bsc/config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsc/config/config.toml b/bsc/config/config.toml index a8f48c00..ecb305cd 100644 --- a/bsc/config/config.toml +++ b/bsc/config/config.toml @@ -30,7 +30,7 @@ IPCPath = "geth.ipc" HTTPHost = "0.0.0.0" InsecureUnlockAllowed = false HTTPPort = 8545 -HTTPVirtualHosts = ["localhost"] +HTTPVirtualHosts = ["*"] HTTPModules = ["eth", "net", "web3", "txpool", "parlia", "debug", "admin"] WSHost = "0.0.0.0" WSPort = 8545