summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-07-31 16:35:04 -0300
committerRenato Botelho <renato@netgate.com>2017-07-31 16:35:04 -0300
commit76efa197989e3278df61997f6db46786e12f4e2e (patch)
tree234ec6c7b894a1e2e4f0b09943d8b42695cb2287 /src/usr/local
parent8d4781774dd43f0e0ccc06cefa617b0922964fd0 (diff)
parentd751dee379b37da868efa837df55434935efe9b8 (diff)
downloadpfsense-76efa197989e3278df61997f6db46786e12f4e2e.zip
pfsense-76efa197989e3278df61997f6db46786e12f4e2e.tar.gz
Merge pull request #3787 from stilez/patch-68
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/system.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index 13f32e0..5c20548 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -459,9 +459,12 @@ $section->addInput(new Form_Input(
'text',
$pconfig['domain'],
['placeholder' => 'mycorp.com, home, office, private, etc.']
-))->setHelp('Do not use \'local\' as a domain name. It will cause local '.
- 'hosts running mDNS (avahi, bonjour, etc.) to be unable to resolve '.
- 'local hosts not running mDNS.');
+))->setHelp('Do not use \'.local\' as the final part of the domain (TLD), The \'.local\' domain is %1$swidely used%2$s by '.
+ 'mDNS (including Avahi and Apple OS X\'s Bonjour/Rendezvous/Airprint/Airplay), and some Windows systems and networked devices. ' .
+ 'These will not network correctly if the router uses \'.local\'. Alternatives such as \'.local.lan\' or \'.mylocal\' are safe.',
+ '<a target="_blank" href="https://www.unbound.net/pipermail/unbound-users/2011-March/001735.html">',
+ '</a>'
+);
$form->add($section);
OpenPOWER on IntegriCloud