From c11bc64bd8c3fccf606162b468435a98bb68ec91 Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@martin-legene.dk>
Date: Sun, 23 Aug 2020 11:36:44 -0300
Subject: [PATCH] No nos importa en Host: en RPC

---
 network/config.toml      | 2 +-
 test2network/config.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/network/config.toml b/network/config.toml
index 330e90d..a462be1 100644
--- a/network/config.toml
+++ b/network/config.toml
@@ -59,7 +59,7 @@ HTTPCors = ["*"]
 omitempty = ""
 IPCPath = "geth.ipc"
 HTTPPort = 8545
-HTTPVirtualHosts = ["localhost"]
+HTTPVirtualHosts = ["*"]
 HTTPModules = ["net", "web3", "eth", "clique"]
 WSHost = "0.0.0.0"
 WSPort = 8546
diff --git a/test2network/config.toml b/test2network/config.toml
index 1d776ba..d548f4d 100644
--- a/test2network/config.toml
+++ b/test2network/config.toml
@@ -59,7 +59,7 @@ HTTPCors = ["*"]
 omitempty = ""
 IPCPath = "geth.ipc"
 HTTPPort = 8545
-HTTPVirtualHosts = ["localhost"]
+HTTPVirtualHosts = ["*"]
 HTTPModules = ["net", "web3", "eth", "clique"]
 WSHost = "0.0.0.0"
 WSPort = 8546
-- 
GitLab