forked from git-mirrors/GeyserConnect
Add address config and start of server list edit
This commit is contained in:
parent
3679fd5034
commit
ff54bd4580
7 changed files with 110 additions and 23 deletions
|
@ -2,6 +2,12 @@
|
|||
# GeyserMulti Configuration File
|
||||
# --------------------------------
|
||||
|
||||
# The IP address that will listen for connections
|
||||
address: 0.0.0.0
|
||||
|
||||
# The IP address remote clients use to connect, can be set to 'auto' to fetch from the web
|
||||
remote-address: auto
|
||||
|
||||
# The port that will listen for connections
|
||||
port: 19132
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue