mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Redmine #8592: Clarify DHCP hostname registration
This commit is contained in:
parent
be228fd8f7
commit
e7d764574c
@ -286,8 +286,8 @@ $section->addInput(new Form_Checkbox(
|
||||
'Static DHCP',
|
||||
'Register DHCP static mappings in DNS forwarder',
|
||||
$pconfig['regdhcpstatic']
|
||||
))->setHelp('If this option is set, DHCP static mappings will '.
|
||||
'be registered in the DNS forwarder, so that their name can be '.
|
||||
))->setHelp('If this option is set, IPv4 DHCP static mappings, will '.
|
||||
'be registered in the DNS forwarder so that their name can be '.
|
||||
'resolved. The domain in %1$sSystem: General Setup%2$s should also '.
|
||||
'be set to the proper value.', '<a href="system.php">', '</a>')
|
||||
->addClass('toggle-dhcp');
|
||||
|
||||
@ -412,8 +412,8 @@ $section->addInput(new Form_Checkbox(
|
||||
'DHCP Registration',
|
||||
'Register DHCP leases in the DNS Resolver',
|
||||
$pconfig['regdhcp']
|
||||
))->setHelp('If this option is set, then machines that specify their hostname when requesting a DHCP lease will be registered'.
|
||||
' in the DNS Resolver, so that their name can be resolved.'.
|
||||
))->setHelp('If this option is set, then machines that specify their hostname when requesting an IPv4 DHCP lease, will be registered'.
|
||||
' in the DNS Resolver so that their name can be resolved.'.
|
||||
' The domain in %1$sSystem > General Setup%2$s should also be set to the proper value.','<a href="system.php">','</a>');
|
||||
|
||||
$section->addInput(new Form_Checkbox(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user