summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-06-28 15:21:56 -0400
committerjim-p <jimp@pfsense.org>2011-06-28 15:21:56 -0400
commit38a481adc8179b1df06faf0e7fcc08a51a6de53e (patch)
tree540bb146e16d5fc346310208201a3fef79dbbe56 /usr/local/www/services_dyndns_edit.php
parent3062d6f7e454a261858cfc8934ad1cd9b45d7870 (diff)
downloadpfsense-38a481adc8179b1df06faf0e7fcc08a51a6de53e.zip
pfsense-38a481adc8179b1df06faf0e7fcc08a51a6de53e.tar.gz
Add he.net tunnelbroker update dyndns type
Diffstat (limited to 'usr/local/www/services_dyndns_edit.php')
-rw-r--r--usr/local/www/services_dyndns_edit.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/local/www/services_dyndns_edit.php b/usr/local/www/services_dyndns_edit.php
index e382deb..93ffbf7 100644
--- a/usr/local/www/services_dyndns_edit.php
+++ b/usr/local/www/services_dyndns_edit.php
@@ -159,8 +159,8 @@ include("head.inc");
<td width="78%" class="vtable">
<select name="type" class="formselect" id="type">
<?php
- $types = explode(",", "DNS-O-Matic, DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit,Loopia,freeDNS, DNSexit, OpenDNS, Namecheap, HE.net");
- $vals = explode(" ", "dnsomatic dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit loopia freedns dnsexit opendns namecheap he-net");
+ $types = explode(",", "DNS-O-Matic, DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit,Loopia,freeDNS, DNSexit, OpenDNS, Namecheap, HE.net, HE.net Tunnelbroker");
+ $vals = explode(" ", "dnsomatic dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit loopia freedns dnsexit opendns namecheap he-net he-net-tunnelbroker");
$j = 0; for ($j = 0; $j < count($vals); $j++): ?>
<option value="<?=$vals[$j];?>" <?php if ($vals[$j] == $pconfig['type']) echo "selected";?>>
<?=htmlspecialchars($types[$j]);?>
@@ -188,7 +188,8 @@ include("head.inc");
<span class="vexpl">
<span class="red"><strong><?=gettext("Note:");?><br></strong>
</span>
- <?=gettext("Enter the complete host/domain name. example: myhost.dyndns.org");?>
+ <?=gettext("Enter the complete host/domain name. example: myhost.dyndns.org");?><br/>
+ <?=gettext("For he.net tunnelbroker, enter your tunnel ID");?>
</span>
</td>
</tr>
OpenPOWER on IntegriCloud