Add IP binding parameter

This commit is contained in:
Greelan 2022-01-01 21:05:08 +11:00 committed by GitHub
parent 158a12dc16
commit 9211cd66ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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