summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns_edit.php
diff options
context:
space:
mode:
authorMcB <mcb@crystal.makkbe.net>2015-02-03 20:17:24 +0100
committerMcB <mcb@crystal.makkbe.net>2015-02-03 20:17:24 +0100
commit197cf4331e351d2bd20b5e67937297bfa693a344 (patch)
tree1a00688f40c84091abf3da1054f466b153c0f49f /usr/local/www/services_dyndns_edit.php
parente829fcbb91a79b8aab19d9ef3bd3a834bb431eaa (diff)
downloadpfsense-197cf4331e351d2bd20b5e67937297bfa693a344.zip
pfsense-197cf4331e351d2bd20b5e67937297bfa693a344.tar.gz
Added DynDNS support for GleSYS API (www.glesys.com).
Diffstat (limited to 'usr/local/www/services_dyndns_edit.php')
-rw-r--r--usr/local/www/services_dyndns_edit.php11
1 files changed, 7 insertions, 4 deletions
diff --git a/usr/local/www/services_dyndns_edit.php b/usr/local/www/services_dyndns_edit.php
index c88e22d..2545b4e 100644
--- a/usr/local/www/services_dyndns_edit.php
+++ b/usr/local/www/services_dyndns_edit.php
@@ -319,7 +319,8 @@ function _onTypeChange(type){
<span class="red"><strong><?=gettext("Note:");?><br /></strong>
</span>
<?=gettext("Enter the complete host/domain name. example: myhost.dyndns.org");?><br />
- <?=gettext("For he.net tunnelbroker, enter your tunnel ID");?>
+ <?=gettext("he.net tunnelbroker: Enter your tunnel ID");?><br />
+ <?=gettext("GleSYS: Enter your record ID");?>
</span>
</td>
</tr>
@@ -359,8 +360,9 @@ function _onTypeChange(type){
<td width="78%" class="vtable">
<input name="username" type="text" class="formfld user" id="username" size="20" value="<?=htmlspecialchars($pconfig['username']);?>" />
<br /><?= gettext("Username is required for all types except Namecheap, FreeDNS and Custom Entries.");?>
- <br /><?= gettext("Route 53: Enter your Access Key ID.");?>
- <br /><?= gettext("For Custom Entries, Username and Password represent HTTP Authentication username and passwords.");?>
+ <br /><?= gettext("Route 53: Enter your Access Key ID.");?>
+ <br /><?= gettext("GleSYS: Enter your API user.");?>
+ <br /><?= gettext("For Custom Entries, Username and Password represent HTTP Authentication username and passwords.");?>
</td>
</tr>
<tr>
@@ -369,7 +371,8 @@ function _onTypeChange(type){
<input name="password" type="password" class="formfld pwd" id="password" size="20" value="<?=htmlspecialchars($pconfig['password']);?>" />
<br />
<?=gettext("FreeDNS (freedns.afraid.org): Enter your \"Authentication Token\" provided by FreeDNS.");?>
- <br /><?= gettext("Route 53: Enter your Secret Access Key.");?>
+ <br /><?= gettext("Route 53: Enter your Secret Access Key.");?>
+ <br /><?= gettext("GleSYS: Enter your API key.");?>
</td>
</tr>
OpenPOWER on IntegriCloud