diff --git a/src/config.rs b/src/config.rs index 83a251e..8914910 100644 --- a/src/config.rs +++ b/src/config.rs @@ -60,7 +60,7 @@ impl Default for FullfillmentConfig { } fn default_fullfillment_ip() -> Ipv4Addr { - [127, 0, 0, 1].into() + [0, 0, 0, 0].into() } fn default_fullfillment_port() -> u16 {