Changed default fullfillment bind ip
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dreaded_X 2023-01-17 18:51:42 +01:00
parent de64a19c89
commit c3638367de
Signed by: Dreaded_X
GPG Key ID: 76BDEC4E165D8AD9

View File

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