Revision 83477771
Added by Stilez y about 8 years ago
src/usr/local/www/system.php | ||
---|---|---|
477 | 477 |
'text', |
478 | 478 |
$pconfig['domain'], |
479 | 479 |
['placeholder' => 'mycorp.com, home, office, private, etc.'] |
480 |
))->setHelp('Do not use \'.local\' as the final part of the domain (TLD), The \'.local\' domain is <a target="_blank" ' . |
|
481 |
'href="https://www.unbound.net/pipermail/unbound-users/2011-March/001735.html")widely used</a> by mDNS (including Avahi), ' . |
|
482 |
'Apple OS X (Bonjour/Rendezvous/Airprint/Airplay), and some Windows systems and network devices. These will not network ' . |
|
483 |
'correctly if the router uses \'.local\'. Alternatives such as \'.local.lan\' or \'.mylocal\' are safe.'); |
|
480 |
))->setHelp('Do not use \'.local\' as the final part of the domain (TLD), The \'.local\' domain is %1$swidely used%2$s by '. |
|
481 |
'mDNS (including Avahi), Apple OS X (Bonjour/Rendezvous/Airprint/Airplay), and some Windows systems and network devices. ' . |
|
482 |
'These will not network correctly if the router uses \'.local\'. Alternatives such as \'.local.lan\' or \'.mylocal\' are safe.', |
|
483 |
'<a target="_blank" href="https://www.unbound.net/pipermail/unbound-users/2011-March/001735.html">', |
|
484 |
'</a>' |
|
485 |
); |
|
484 | 486 |
|
485 | 487 |
$form->add($section); |
486 | 488 |
|
Also available in: Unified diff
format %1$s etc in help
(cherry picked from commit ef77e40e0c7b861cc268cd1f0e30600f573b807e)