From 9211cd66efab522a5814aeec151aeef21d6580a3 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Sat, 1 Jan 2022 21:05:08 +1100 Subject: [PATCH] Add IP binding parameter --- project-zomboidconfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index 56faaf7..c5127f6 100644 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -11,6 +11,18 @@ "IncludeInCommandLine": true, "DefaultValue": "Password123" }, + { + "DisplayName": "IP Binding", + "Category": "Server Settings", + "Description": "IP address that the server should listen on", + "Keywords": "IP,binding", + "FieldName": "ip", + "InputType": "text", + "IsFlagArgument": false, + "ParamFieldName": "ip", + "IncludeInCommandLine": true, + "DefaultValue": "0.0.0.0" + }, { "DisplayName": "SteamVAC", "Category": "Server Settings",