summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdrian Frühwirth <af@bonki.net>2017-03-29 20:59:13 +0200
committerAdrian Frühwirth <af@bonki.net>2017-03-29 20:59:13 +0200
commitd1359d6f5227ad4c1e6d6e8608838748875035de (patch)
tree68ac68ee805e3686e151bf3917bd70609c84c20d /src
parentfe255e99389cb6f75a06c55797890c52bd934f0f (diff)
downloadpfsense-d1359d6f5227ad4c1e6d6e8608838748875035de.zip
pfsense-d1359d6f5227ad4c1e6d6e8608838748875035de.tar.gz
Add hint to web interface that DynDNS will automatically try to fetch the public IP in case the selected interface's IP is private.
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 083fce9..7dcc6b2 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