This commit is contained in:
Mateleo 2024-11-22 19:03:58 +01:00
parent 935dd32b17
commit 76729d93ea
2 changed files with 6 additions and 4 deletions

View File

@ -11,6 +11,8 @@ services:
- 1119:1119
- 1345:1345
- 2001:2001
- 9800:9800
- 9100:9100
depends_on:
db:

View File

@ -13,7 +13,7 @@ Enabled = true
; IP address on which the server will be bound
BindIP = 127.0.0.1
; Port for web interactions
WebPort = 83
WebPort = 9800
; Port for the server
Port = 1119
@ -38,7 +38,7 @@ MotdRemoteUrl = https://your-site.local/yourmotd
IP = 127.0.0.1
PublicIP = 127.0.0.1
PORT = 83
Public = True
Public = False
; Game Server Settings
[Game-Server]
@ -49,7 +49,7 @@ CoreActive = true
; IP address on which the game server will be bound
BindIP = 192.168.1.100
; Port for web interactions
WebPort = 83
WebPort = 9100
; Port for game server connections
Port = 1345
; IP address for IPv6 bindings
@ -60,7 +60,7 @@ DRLGemu = true
; NAT (Network Address Translation) Settings
[NAT]
; Toggles the NAT functionality
Enabled = True
Enabled = False
; Your public IP address to enable NAT
PublicIP = 127.0.0.1