Skip to content

Commit 9be32d1

Browse files
committed
fix: set default listening address to 0.0.0.0
1 parent a85c268 commit 9be32d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binaries/pico_limbo/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub struct Config {
5151
impl Default for Config {
5252
fn default() -> Self {
5353
Self {
54-
bind: "127.0.0.1:25565".into(),
54+
bind: "0.0.0.0:25565".into(),
5555
secret_key: "".into(),
5656
spawn_dimension: "overworld".into(),
5757
max_players: 1,

0 commit comments

Comments
 (0)