Require GeoLite2 database path to be specified by the server operator.
This commit is contained in:
@@ -12,6 +12,8 @@ ListenPort="${ListenPort:-"1234"}"
|
||||
AdvertiseOnline="${AdvertiseOnline:-"True"}"
|
||||
Password="${Password:-""}"
|
||||
|
||||
GeoIPDatabase="${GeoIPDatabase:-""}"
|
||||
|
||||
RequireAuthentication="${RequireAuthentication:-"False"}"
|
||||
ProfileIDBlacklist="${ProfileIDBlacklist:-""}"
|
||||
ProfileIDWhitelist="${ProfileIDWhitelist:-""}"
|
||||
@@ -26,6 +28,7 @@ while true; do
|
||||
Server.AdvertiseOnline="$AdvertiseOnline" \
|
||||
Server.EnableSingleplayer="$EnableSingleplayer" \
|
||||
Server.Password="$Password" \
|
||||
Server.GeoIPDatabase="$GeoIPDatabase" \
|
||||
Server.RequireAuthentication="$RequireAuthentication" \
|
||||
Server.ProfileIDBlacklist="$ProfileIDBlacklist" \
|
||||
Server.ProfileIDWhitelist="$ProfileIDWhitelist" \
|
||||
|
||||
Reference in New Issue
Block a user