Skip to content

Commit

Permalink
default host to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov committed Dec 6, 2024
1 parent 5cd67e3 commit fc00858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub struct Cli {
long,
value_name = "IP_ADDR",
env = "ANVIL_ZKSYNC_IP_ADDR",
default_value = "127.0.0.1",
default_value = "0.0.0.0",
value_delimiter = ',',
help_heading = "Network Options"
)]
Expand Down

0 comments on commit fc00858

Please sign in to comment.