mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Textual change as requested
This commit is contained in:
parent
b9304b9aff
commit
6485ffb9cc
@ -149,8 +149,8 @@ if (isset($id) && $a_domainOverrides[$id]) {
|
||||
$section->setHelp("This page is used to specify domains for which the resolver's standard DNS lookup process will be overridden, " .
|
||||
"and the resolver will query a different (non-standard) lookup server instead. It is possible to enter 'non-standard', 'invalid' " .
|
||||
"and 'local' domains such as 'test', 'mycompany.localdomain', or '1.168.192.in-addr.arpa', as well as usual publicly resolvable " .
|
||||
"domains such as 'org', 'info', or 'google.co.uk'. The IP entered will be treated as the IP of an authoritative lookup server for " .
|
||||
"the domain (including all of its subdomains), and other lookup servers will not be queried.");
|
||||
"domains such as 'org', 'info', or 'google.co.uk'. The IP address entered will be treated as the IP address of an authoritative " .
|
||||
"lookup server for the domain (including all of its subdomains), and other lookup servers will not be queried.");
|
||||
|
||||
$form->add($section);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user