From e9bb716fdabc0c62c493d82622623f27de158400 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 29 Nov 2019 09:53:31 +1100 Subject: [PATCH] Set default libp2p address --- beacon_node/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/src/cli.rs b/beacon_node/src/cli.rs index eba09a71ca..c48881abe7 100644 --- a/beacon_node/src/cli.rs +++ b/beacon_node/src/cli.rs @@ -48,7 +48,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> { .long("listen-address") .value_name("ADDRESS") .help("The address lighthouse will listen for UDP and TCP connections.") - .default_value("127.0.0.1") + .default_value("0.0.0.0") .takes_value(true) ) .arg(