From 76729d93ea38aa7a3fd9e802cb82facfe341239e Mon Sep 17 00:00:00 2001 From: Mateleo Date: Fri, 22 Nov 2024 19:03:58 +0100 Subject: [PATCH] test --- docker-compose.yml | 2 ++ src/DiIiS-NA/config.ini | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5408a2d..74622ef 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,6 +11,8 @@ services: - 1119:1119 - 1345:1345 - 2001:2001 + - 9800:9800 + - 9100:9100 depends_on: db: diff --git a/src/DiIiS-NA/config.ini b/src/DiIiS-NA/config.ini index 6d58421..eaf308b 100644 --- a/src/DiIiS-NA/config.ini +++ b/src/DiIiS-NA/config.ini @@ -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