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