open port
This commit is contained in:
@@ -27,13 +27,14 @@ OracleThreshold = 1000
|
|||||||
|
|
||||||
[Node]
|
[Node]
|
||||||
IPCPath = "geth.ipc"
|
IPCPath = "geth.ipc"
|
||||||
HTTPHost = "localhost"
|
HTTPHost = "0.0.0.0"
|
||||||
InsecureUnlockAllowed = false
|
InsecureUnlockAllowed = false
|
||||||
HTTPPort = 8545
|
HTTPPort = 8545
|
||||||
HTTPVirtualHosts = ["localhost"]
|
HTTPVirtualHosts = ["localhost"]
|
||||||
HTTPModules = ["eth", "net", "web3", "txpool", "parlia"]
|
HTTPModules = ["eth", "net", "web3", "txpool", "parlia", "debug", "admin"]
|
||||||
WSPort = 8546
|
WSHost = "0.0.0.0"
|
||||||
WSModules = ["net", "web3", "eth"]
|
WSPort = 8545
|
||||||
|
WSModules = ["net", "web3", "eth", "debug"]
|
||||||
|
|
||||||
[Node.P2P]
|
[Node.P2P]
|
||||||
MaxPeers = 200
|
MaxPeers = 200
|
||||||
|
|||||||
Reference in New Issue
Block a user