From d1359d6f5227ad4c1e6d6e8608838748875035de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Fr=C3=BChwirth?= Date: Wed, 29 Mar 2017 20:59:13 +0200 Subject: Add hint to web interface that DynDNS will automatically try to fetch the public IP in case the selected interface's IP is private. --- src/usr/local/www/services_dyndns_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.1