Added ability to define custom port ranges the WebHost will use for game servers, instead of pure random.

This commit is contained in:
Lexipherous
2023-08-30 22:54:37 +01:00
parent 2b9e8fa273
commit b326045cb7
4 changed files with 43 additions and 7 deletions

View File

@@ -17,6 +17,10 @@
# Web hosting port
#PORT: 80
# Ports used for game hosting. Values can be specific ports, port ranges or both. Default is: "49152-65535"
# Examples of valid values: "40000-41000,49152-65535"
#GAME_PORTS: "49152-65535"
# Place where uploads go.
#UPLOAD_FOLDER: uploads