summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew <pugmatt@gmail.com>2022-01-07 23:28:59 -0500
committerGitHub <noreply@github.com>2022-01-07 23:28:59 -0500
commita99076fc0f820aad68085c1bd136aab95081ec5f (patch)
tree61e2c895e23ede3f7120e83ba1a4959056fdfbaa /README.md
parent4e6956556e0dd48681c2479ad9e77efaa6d6dd97 (diff)
downloadBedrockConnect-a99076fc0f820aad68085c1bd136aab95081ec5f.tar.gz
BedrockConnect-a99076fc0f820aad68085c1bd136aab95081ec5f.tar.bz2
BedrockConnect-a99076fc0f820aad68085c1bd136aab95081ec5f.zip
Add information about fetch_featured_ips startup argument
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 219ad2c..e2ebe86 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,7 @@ The following arguments can be placed in the startup command to ajust settings:
| user_servers | If true, players can add and remove servers on the serverlist. If false, the options are hidden. | true |
| featured_servers | If true, the featured servers will be displayed in the serverlist. If false, the servers are hidden. | true |
| whitelist | Specify file containing list of whitelisted players. (Should be a text file with the player names specified on seperate lines) | |
+| fetch_featured_ips | Dynamically grab the featured server IPs from the domain names. If false, a file ```featured_server_ips.json``` will be generated, containing the hard-coded featured server IPs, and to allow changing them if needed. | true |
MySQL example:
```