From 29b06d05efcd1dfe48d585538c043223e6db944d Mon Sep 17 00:00:00 2001 From: Mateleo Date: Fri, 22 Nov 2024 19:49:12 +0100 Subject: [PATCH] test --- src/DiIiS-NA/config.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/DiIiS-NA/config.ini b/src/DiIiS-NA/config.ini index 31138fb..f8e95a6 100644 --- a/src/DiIiS-NA/config.ini +++ b/src/DiIiS-NA/config.ini @@ -11,7 +11,7 @@ ; Enable or disable the Battle Server Enabled = true ; IP address on which the server will be bound -BindIP = 127.0.0.1 +BindIP = 192.168.1.100 ; Port for web interactions WebPort = 9800 ; Port for the server @@ -35,8 +35,8 @@ MotdRemoteUrl = https://your-site.local/yourmotd ; REST Service Settings for Login and Other Functions [REST] -IP = 127.0.0.1 -PublicIP = 127.0.0.1 +IP = 192.168.1.100 +PublicIP = 192.168.1.100 PORT = 83 Public = False @@ -47,7 +47,7 @@ Enabled = true ; Activate game server core functionality CoreActive = true ; IP address on which the game server will be bound -BindIP = 127.0.0.1 +BindIP = 192.168.1.100 ; Port for web interactions WebPort = 9100 ; Port for game server connections @@ -62,7 +62,7 @@ DRLGemu = true ; Toggles the NAT functionality Enabled = False ; Your public IP address to enable NAT -PublicIP = 127.0.0.1 +PublicIP = 192.168.1.100 ; ========== ; Game Modding Configuration