summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattie <pugmatt@gmail.com>2022-02-15 02:36:37 -0500
committerGitHub <noreply@github.com>2022-02-15 02:36:37 -0500
commit3670503d9255673a9312a343b5823550bba7e6b0 (patch)
tree8357dad574b7244872c218e17ab61658ef35aab4
parent2cf222fd4dbbc1084ab3ddcb6508f30e74e0a59b (diff)
downloadBedrockConnect-3670503d9255673a9312a343b5823550bba7e6b0.tar.gz
BedrockConnect-3670503d9255673a9312a343b5823550bba7e6b0.tar.bz2
BedrockConnect-3670503d9255673a9312a343b5823550bba7e6b0.zip
Add bindip to startup argument list
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index fa178b0..71b40b7 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +93,7 @@ The following arguments can be placed in the startup command to ajust settings:
| mysql_pass | MySQL Password | |
| server_limit | How many servers a new player can have in their serverlist | 100 |
| port | Port of the server (Should only be changed for debugging on PC. Port needs to be on 19132 for the bypass to work on game consoles) | 19132 |
+| bindip | IP that the BedrockConnect server will bind to | 0.0.0.0 |
| nodb | If true, use JSON files for data instead of MySQL | false |
| generatedns | If true, generate a DNS zone file using user input (Only needed if you're using the mod0Umleitung DNS software) | false |
| kick_inactive | If true, players will be kicked after 10 minutes of inactivity with the serverlist UI | true |