|
83 | 83 | "IncludeInCommandLine": false, |
84 | 84 | "EnumValues": {} |
85 | 85 | }, |
86 | | - { |
87 | | - "DisplayName": "Public IP Binding", |
88 | | - "Category": "Arma Reforger:stadia_controller", |
89 | | - "Subcategory": "Server:dns:1", |
90 | | - "Description": "", |
91 | | - "Keywords": "", |
92 | | - "FieldName": "$ExternalIP", |
93 | | - "InputType": "text", |
94 | | - "IsFlagArgument": false, |
95 | | - "Hidden": true, |
96 | | - "ParamFieldName": "publicAddress", |
97 | | - "IncludeInCommandLine": false, |
98 | | - "EnumValues": {} |
99 | | - }, |
100 | 86 | { |
101 | 87 | "DisplayName": "RCON Permission", |
102 | 88 | "Category": "Arma Reforger:stadia_controller", |
|
206 | 192 | "True": "true" |
207 | 193 | } |
208 | 194 | }, |
| 195 | + { |
| 196 | + "DisplayName": "Public IP Selection Mode", |
| 197 | + "Category": "Arma Reforger:stadia_controller", |
| 198 | + "Subcategory": "Server:dns:1", |
| 199 | + "Description": "Sets whether AMP should automatically select the public IP advertised for the server, or whether it should use the IP set under Server Public IP", |
| 200 | + "Keywords": "public,ip,address,publicAddress", |
| 201 | + "FieldName": "publicAddress", |
| 202 | + "InputType": "enum", |
| 203 | + "ParamFieldName": "publicAddress", |
| 204 | + "DefaultValue": "{{$ExternalIP}}", |
| 205 | + "EnumValues": { |
| 206 | + "{{$ExternalIP}}": "Automatic (default)", |
| 207 | + "{{ManualPublicIP}}": "Manual" |
| 208 | + } |
| 209 | + }, |
| 210 | + { |
| 211 | + "DisplayName": "Server Public IP", |
| 212 | + "Category": "Arma Reforger:stadia_controller", |
| 213 | + "Subcategory": "Server:dns:1", |
| 214 | + "Description": "Sets the public IP advertised for the server, if \"Manual\" is selected as the Public IP Selection Mode. Useful if the host network has multiple public IPs, or the server is behind a public proxy", |
| 215 | + "Keywords": "manual,public,ip,publicAddress", |
| 216 | + "FieldName": "ManualPublicIP", |
| 217 | + "InputType": "text", |
| 218 | + "ParamFieldName": "ManualPublicIP", |
| 219 | + "DefaultValue": "", |
| 220 | + "EnumValues": {} |
| 221 | + }, |
209 | 222 | { |
210 | 223 | "DisplayName": "Enable Crossplay", |
211 | 224 | "Category": "Arma Reforger:stadia_controller", |
|
0 commit comments