fix minecraft-server unable to bind to socket
unset server-ip was too general
This commit is contained in:
parent
828203ffe8
commit
72d68585bc
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
# REF: https://minecraft.wiki/w/Server.properties#Java_Edition
|
# REF: https://minecraft.wiki/w/Server.properties#Java_Edition
|
||||||
serverProperties = {
|
serverProperties = {
|
||||||
# server-ip = "" # listen on all addresses if unset
|
server-ip = "195.114.14.69"; # listen on all addresses if unset
|
||||||
server-port = 45000; # connection port
|
server-port = 45000; # connection port
|
||||||
"query.port" = 45000; # share game info/advertising information
|
"query.port" = 45000; # share game info/advertising information
|
||||||
user-native-transport = true; # Linux packet RX/TX optimizations
|
user-native-transport = true; # Linux packet RX/TX optimizations
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue