Skip to content
Snippets Groups Projects
Commit c11bc64b authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

No nos importa en Host: en RPC

parent 84cef848
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ HTTPCors = ["*"] ...@@ -59,7 +59,7 @@ HTTPCors = ["*"]
omitempty = "" omitempty = ""
IPCPath = "geth.ipc" IPCPath = "geth.ipc"
HTTPPort = 8545 HTTPPort = 8545
HTTPVirtualHosts = ["localhost"] HTTPVirtualHosts = ["*"]
HTTPModules = ["net", "web3", "eth", "clique"] HTTPModules = ["net", "web3", "eth", "clique"]
WSHost = "0.0.0.0" WSHost = "0.0.0.0"
WSPort = 8546 WSPort = 8546
......
...@@ -59,7 +59,7 @@ HTTPCors = ["*"] ...@@ -59,7 +59,7 @@ HTTPCors = ["*"]
omitempty = "" omitempty = ""
IPCPath = "geth.ipc" IPCPath = "geth.ipc"
HTTPPort = 8545 HTTPPort = 8545
HTTPVirtualHosts = ["localhost"] HTTPVirtualHosts = ["*"]
HTTPModules = ["net", "web3", "eth", "clique"] HTTPModules = ["net", "web3", "eth", "clique"]
WSHost = "0.0.0.0" WSHost = "0.0.0.0"
WSPort = 8546 WSPort = 8546
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment