diff --git a/rootstock/bamboo/node.conf b/rootstock/bamboo/node.conf index b55a421f..f41f1386 100644 --- a/rootstock/bamboo/node.conf +++ b/rootstock/bamboo/node.conf @@ -11,7 +11,7 @@ rpc { http = { enabled = true bind_address = "0.0.0.0" - hosts = [] + hosts = ["*"] port = 8545 } ws = { diff --git a/rootstock/mainnet/node.conf b/rootstock/mainnet/node.conf index 22ffed9f..8c0d3f43 100644 --- a/rootstock/mainnet/node.conf +++ b/rootstock/mainnet/node.conf @@ -11,7 +11,7 @@ rpc { http = { enabled = true bind_address = "0.0.0.0" - hosts = [] + hosts = ["*"] port = 8545 } ws = {