Revision 9ca5d4ab
Added by Ross Williams over 8 years ago
src/usr/local/www/services_dhcp.php | ||
---|---|---|
1020 | 1020 |
'DDNS Hostnames', |
1021 | 1021 |
'Force dynamic DNS hostname to be the same as configured hostname for Static Mappings', |
1022 | 1022 |
$pconfig['ddnsforcehostname'] |
1023 |
))->setHelp('Default is to allow DHCP client to supply hostname to be registered.');
|
|
1023 |
))->setHelp('Default registers host name option supplied by DHCP client.');
|
|
1024 | 1024 |
|
1025 | 1025 |
$section->addInput(new Form_IpAddress( |
1026 | 1026 |
'ddnsdomainprimary', |
Also available in: Unified diff
Clarified help text for ddnsforcehostname option.