mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-18 17:38:01 +02:00
Update domain server subnet whitelist description
This commit is contained in:
parent
bd1bcaf1a4
commit
969cbf4cb0
1 changed files with 2 additions and 2 deletions
|
@ -389,11 +389,11 @@
|
|||
"advanced": false
|
||||
},
|
||||
{
|
||||
"name": "ac_address_whitelist",
|
||||
"name": "ac_subnet_whitelist",
|
||||
"label": "Assignment Client IP address Whitelist",
|
||||
"type": "table",
|
||||
"can_add_new_rows": true,
|
||||
"help": "IP addresses of Assignment Clients that can connect to your domain server. Local ACs (localhost) are always permitted and do not need to be added here.",
|
||||
"help": "The IP addresses or subnets of ACs that can connect to this server. You can specify an IP address or a subnet in CIDR notation ('A.B.C.D/E', Example: '10.0.0.0/24'). Local ACs (localhost) are always permitted and do not need to be added here.",
|
||||
"numbered": false,
|
||||
"advanced": true,
|
||||
"columns": [
|
||||
|
|
Loading…
Reference in a new issue