diff --git a/network/config.toml b/network/config.toml
index 330e90db9debb7dc6f37f8378e351f3d604690e0..a462be1268f6cd56bea8a5eaa31ffae3b7cf7fb4 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 1d776baf40a50b3019f58a2efdafe2c0551676a9..d548f4d13fce561074c6d1f39fa96b7661165821 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