diff --git a/network/config.toml b/network/config.toml index 3c85b8b76d7e21a10f27b320aadfd3a00914b4d1..330e90db9debb7dc6f37f8378e351f3d604690e0 100644 --- a/network/config.toml +++ b/network/config.toml @@ -54,14 +54,14 @@ RestrictConnectionBetweenLightClients = true [Node] DataDir = "/home/bfa/bfa/network/node" -HTTPHost = "127.0.0.1" +HTTPHost = "0.0.0.0" HTTPCors = ["*"] omitempty = "" IPCPath = "geth.ipc" HTTPPort = 8545 HTTPVirtualHosts = ["localhost"] HTTPModules = ["net", "web3", "eth", "clique"] -WSHost = "127.0.0.1" +WSHost = "0.0.0.0" WSPort = 8546 WSModules = ["net", "web3", "eth", "clique"] GraphQLPort = 8547