Skip to content

Commit

Permalink
Bind suave.dev chain to 0.0.0.0 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt authored Jan 10, 2024
1 parent 3c93c40 commit 626a3e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/geth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ func prepareSuaveDev(ctx *cli.Context) error {
utils.HTTPEnabledFlag.Name: "true",
utils.HTTPVirtualHostsFlag.Name: "*",
utils.HTTPCORSDomainFlag.Name: "*",
utils.HTTPListenAddrFlag.Name: "0.0.0.0",
utils.WSEnabledFlag.Name: "true",
utils.WSAllowedOriginsFlag.Name: "*",
utils.WSListenAddrFlag.Name: "0.0.0.0",
Expand Down

0 comments on commit 626a3e5

Please sign in to comment.