From 4d55ef968ba2ed3a080053e879121cb2b33dcf3f Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sun, 17 Jul 2016 21:24:27 -0500 Subject: [PATCH] Clarify that HMAC-MD5 key is required. Ticket #6622 --- src/usr/local/www/services_dhcp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php index 92961be7fe..f04b824723 100644 --- a/src/usr/local/www/services_dhcp.php +++ b/src/usr/local/www/services_dhcp.php @@ -1011,7 +1011,7 @@ $section->addInput(new Form_Input( 'DNS Domain key secret', 'text', $pconfig['ddnsdomainkey'] -))->setHelp('Dynamic DNS domain key secret which will be used to register client names in the DNS server.'); +))->setHelp('Dynamic DNS domain key secret (HMAC-MD5) which will be used to register client names in the DNS server.'); // Advanced MAC $btnadv = new Form_Button(