Make server listen on both IPv6 and IPv4 by default
This commit is contained in:
parent
9a7da3abce
commit
91975865b8
@ -135,7 +135,7 @@ async fn main() {
|
||||
.long("address")
|
||||
.value_name("ADDRESS")
|
||||
.help("Sets address to listen on")
|
||||
.default_value("0.0.0.0")
|
||||
.default_value("[::]")
|
||||
.num_args(1),
|
||||
)
|
||||
.arg(
|
||||
|
Loading…
Reference in New Issue
Block a user