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",