open port
This commit is contained in:
@@ -30,7 +30,7 @@ IPCPath = "geth.ipc"
|
|||||||
HTTPHost = "0.0.0.0"
|
HTTPHost = "0.0.0.0"
|
||||||
InsecureUnlockAllowed = false
|
InsecureUnlockAllowed = false
|
||||||
HTTPPort = 8545
|
HTTPPort = 8545
|
||||||
HTTPVirtualHosts = ["localhost"]
|
HTTPVirtualHosts = ["*"]
|
||||||
HTTPModules = ["eth", "net", "web3", "txpool", "parlia", "debug", "admin"]
|
HTTPModules = ["eth", "net", "web3", "txpool", "parlia", "debug", "admin"]
|
||||||
WSHost = "0.0.0.0"
|
WSHost = "0.0.0.0"
|
||||||
WSPort = 8545
|
WSPort = 8545
|
||||||
|
|||||||
Reference in New Issue
Block a user