summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns_edit.php
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@users.noreply.github.com>2015-03-25 13:37:33 -0500
committerJose Luis Duran <jlduran@users.noreply.github.com>2015-05-25 11:27:30 -0300
commitc5ecdc253f25f279b9e3bd1011b2357ab12bdda4 (patch)
treef21e43a3cb7928d36883ace3973aaa87882322bf /usr/local/www/services_dyndns_edit.php
parentab37f56f404a41dc5c5c26a83d594f0f883bd88d (diff)
downloadpfsense-c5ecdc253f25f279b9e3bd1011b2357ab12bdda4.zip
pfsense-c5ecdc253f25f279b9e3bd1011b2357ab12bdda4.tar.gz
Add support for DNS Made Easy
Documentation: http://www.dnsmadeeasy.com/dynamic-dns/
Diffstat (limited to 'usr/local/www/services_dyndns_edit.php')
-rw-r--r--usr/local/www/services_dyndns_edit.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/services_dyndns_edit.php b/usr/local/www/services_dyndns_edit.php
index 0387dcf..4bd1d1e 100644
--- a/usr/local/www/services_dyndns_edit.php
+++ b/usr/local/www/services_dyndns_edit.php
@@ -346,7 +346,8 @@ function _onTypeChange(type) {
<?=gettext("Enter the complete host/domain name. example: myhost.dyndns.org");?><br />
<?=gettext("he.net tunnelbroker: Enter your tunnel ID");?><br />
<?=gettext("GleSYS: Enter your record ID");?><br />
- <?=gettext("DNSimple: Enter only the domain name.");?>
+ <?=gettext("DNSimple: Enter only the domain name");?><br />
+ <?=gettext("DNS Made Easy: Enter your record ID separated by commas if more than one at a time");?>
</span>
</td>
</tr>
@@ -383,7 +384,7 @@ function _onTypeChange(type) {
<?=gettext("Verify SSL peer"); ?>
</td>
</tr>
- <tr id="_usernametr">
+ <tr id="_usernametr">
<td width="22%" valign="top" class="vncellreq"><?=gettext("Username");?></td>
<td width="78%" class="vtable">
<input name="username" type="text" class="formfld user" id="username" size="20" value="<?=htmlspecialchars($pconfig['username']);?>" />
OpenPOWER on IntegriCloud