mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Clarify that HMAC-MD5 key is required. Ticket #6622
This commit is contained in:
parent
6061a7a958
commit
4d55ef968b
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user