summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound.php
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2014-03-21 20:24:46 +0200
committerWarren Baker <warren@decoy.co.za>2014-03-21 20:24:46 +0200
commit6b5c8143cbd62fc33b767b41243c81a5c8425bd8 (patch)
tree3d67c71a04914c182268f322020bbb062a129c6d /usr/local/www/services_unbound.php
parentae5bbb6499f995128d6e6903557138dece0f0a44 (diff)
downloadpfsense-6b5c8143cbd62fc33b767b41243c81a5c8425bd8.zip
pfsense-6b5c8143cbd62fc33b767b41243c81a5c8425bd8.tar.gz
Add TXT Support
Diffstat (limited to 'usr/local/www/services_unbound.php')
-rw-r--r--usr/local/www/services_unbound.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php
index 16ce801..4753571 100644
--- a/usr/local/www/services_unbound.php
+++ b/usr/local/www/services_unbound.php
@@ -259,6 +259,14 @@ function show_advanced_dns() {
</td>
</tr>
<tr>
+ <td width="22%" valign="top" class="vncellreq"><?=gettext("TXT Comment Support");?></td>
+ <td width="78%" class="vtable"><p>
+ <input name="txtsupport" type="checkbox" id="txtsupport" value="yes" <?php echo (isset($pconfig['txtsupport']) ? "checked" : "");?>/>
+ <strong><?=gettext("If this option is set, then any descriptions associated with Host entries and DHCP Static mappings will create a corresponding TXT record.");?><br />
+ </strong></p>
+ </td>
+ </tr>
+ <tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Advanced");?></td>
<td width="78%" class="vtable"><p>
<div id="showadvbox" <?php if ($pconfig['custom_options']) echo "style='display:none'"; ?>>
OpenPOWER on IntegriCloud