summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-04 00:35:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-04 00:35:53 +0000
commit39363e03a69a0fef5e663fc986edd19956a295d1 (patch)
treeb6aef72c108dcb929e41a0ebc17f93a369cac408 /usr
parent01f3ce68073f4ec602dbaddc025d5ac56461eea3 (diff)
downloadpfsense-39363e03a69a0fef5e663fc986edd19956a295d1.zip
pfsense-39363e03a69a0fef5e663fc986edd19956a295d1.tar.gz
Add a note to include the host and domain name in the hostname field.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_dyndns.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php
index 5bea071..40f1f21 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -189,8 +189,14 @@ function enable_change(enable_change) {
<td width="22%" valign="top" class="vncellreq">Hostname</td>
<td width="78%" class="vtable">
<input name="host" type="text" class="formfld" id="host" size="30" value="<?=htmlspecialchars($pconfig['host']);?>">
+ <br>
+ <span class="vexpl">
+ <span class="red"><strong>Note:<br></strong>
+ </span>
+ Enter the complete host/domain name. example: myhost.dyndns.org
+ </span>
</td>
- </tr>
+ </tr>
<tr>
<td width="22%" valign="top" class="vncell">MX</td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud