open port

This commit is contained in:
Sebastian
2025-03-17 16:47:02 +01:00
parent 4e17308d86
commit a1b3d48f1f

View File

@@ -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