Add IP binding parameter
This commit is contained in:
parent
158a12dc16
commit
9211cd66ef
@ -11,6 +11,18 @@
|
|||||||
"IncludeInCommandLine": true,
|
"IncludeInCommandLine": true,
|
||||||
"DefaultValue": "Password123"
|
"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",
|
"DisplayName": "SteamVAC",
|
||||||
"Category": "Server Settings",
|
"Category": "Server Settings",
|
||||||
|
Loading…
Reference in New Issue
Block a user