Add ac address whitelist to domain server settings

This commit is contained in:
Ryan Huffman 2016-11-11 10:18:16 -08:00
parent cd0416b5e9
commit edb8d14507

View file

@ -388,6 +388,23 @@
"default": "",
"advanced": false
},
{
"name": "ac_address_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.",
"numbered": false,
"advanced": true,
"columns": [
{
"name": "ip",
"label": "IP Address",
"type": "ip",
"can_set": true
}
]
},
{
"name": "standard_permissions",
"type": "table",