From 9e0e5775f6e911198762d60a24658bd85f015db5 Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Thu, 3 Oct 2019 14:09:43 -0300
Subject: [PATCH] Listen to the world.

---
 test2network/config.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test2network/config.toml b/test2network/config.toml
index 31d7a61..1d776ba 100644
--- a/test2network/config.toml
+++ b/test2network/config.toml
@@ -54,14 +54,14 @@ RestrictConnectionBetweenLightClients = true
 
 [Node]
 DataDir = "/home/bfa/bfa/test2network/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