From a99076fc0f820aad68085c1bd136aab95081ec5f Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 7 Jan 2022 23:28:59 -0500 Subject: Add information about fetch_featured_ips startup argument --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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: ``` -- cgit v1.2.1