From aa34f6b05d7deabe9e931104d5110148ad43d3e3 Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@nic.ar> Date: Thu, 10 Oct 2019 02:18:52 -0300 Subject: [PATCH] Open 8545+8546 to the public --- network/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/config.toml b/network/config.toml index 3c85b8b..330e90d 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 -- GitLab