Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Feb 10, 2025
2 parents 7c38b88 + 1e94acc commit 2181083
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static class GenericSettings extends OkaeriConfig {
@Getter
@Accessors(fluent = true)
public static class NetworkSettings extends OkaeriConfig {
private String ip = "127.0.0.1";
private String ip = "0.0.0.0";

private int port = 19132;

Expand Down

0 comments on commit 2181083

Please sign in to comment.