Add IP binding parameter
This commit is contained in:
parent
158a12dc16
commit
9211cd66ef
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user