Revision cadcc898
Added by Chris Buechler about 9 years ago
src/usr/local/www/services_dhcp.php | ||
---|---|---|
1043 | 1043 |
'DNS Domain key secret', |
1044 | 1044 |
'text', |
1045 | 1045 |
$pconfig['ddnsdomainkey'] |
1046 |
))->setHelp('Dynamic DNS domain key secret which will be used to register client names in the DNS server.'); |
|
1046 |
))->setHelp('Dynamic DNS domain key secret (HMAC-MD5) which will be used to register client names in the DNS server.');
|
|
1047 | 1047 |
|
1048 | 1048 |
// Advanced MAC |
1049 | 1049 |
$btnadv = new Form_Button( |
Also available in: Unified diff
Clarify that HMAC-MD5 key is required. Ticket #6622