summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-04-03 14:52:41 -0400
committerjim-p <jimp@pfsense.org>2017-04-03 14:52:41 -0400
commit07fdbc887cc61cd7d4c3245669a4352182e9a1e1 (patch)
tree18e710723ea5ddbd1dac7f30a8280ac32192ff00 /src
parentac4be4cd60c3fa202951ffee7648d316e23fdcf2 (diff)
parentd1359d6f5227ad4c1e6d6e8608838748875035de (diff)
downloadpfsense-07fdbc887cc61cd7d4c3245669a4352182e9a1e1.zip
pfsense-07fdbc887cc61cd7d4c3245669a4352182e9a1e1.tar.gz
Merge pull request #3634 from bonki/dyndns-usepublicip-hint
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_dyndns_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index b30aa3d..6c2ea41 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -270,7 +270,7 @@ $section->addInput(new Form_Select(
'*Interface to monitor',
$pconfig['interface'],
$interfacelist
-));
+))->setHelp('If the interface IP is private the public IP will be fetched and used instead.');
$section->addInput(new Form_Select(
'requestif',
OpenPOWER on IntegriCloud