Server Now Listens on Every Interface.
'::' is needed to listen on all interfaces. '::1' listens only on local interface.
This commit is contained in:
parent
c36d81aa92
commit
c26a1b80f1
@ -67,7 +67,7 @@ impl Default for ProtocolConfig {
|
|||||||
port: 10796,
|
port: 10796,
|
||||||
read_timeout_s: 60,
|
read_timeout_s: 60,
|
||||||
write_timeout_s: 75,
|
write_timeout_s: 75,
|
||||||
listen_addr: "::1".to_owned(),
|
listen_addr: "::".to_owned(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user