summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound_advanced.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/services_unbound_advanced.php')
-rw-r--r--usr/local/www/services_unbound_advanced.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/usr/local/www/services_unbound_advanced.php b/usr/local/www/services_unbound_advanced.php
index 0bd7bfc..56c52b6 100644
--- a/usr/local/www/services_unbound_advanced.php
+++ b/usr/local/www/services_unbound_advanced.php
@@ -58,9 +58,6 @@ if (isset($config['unbound']['prefetch'])) {
if (isset($config['unbound']['prefetchkey'])) {
$pconfig['prefetchkey'] = true;
}
-if (isset($config['unbound']['hardenglue'])) {
- $pconfig['hardenglue'] = true;
-}
if (isset($config['unbound']['dnssecstripped'])) {
$pconfig['dnssecstripped'] = true;
}
@@ -153,11 +150,6 @@ if ($_POST) {
} else {
unset($config['unbound']['prefetchkey']);
}
- if (isset($_POST['hardenglue'])) {
- $config['unbound']['hardenglue'] = true;
- } else {
- unset($config['unbound']['hardenglue']);
- }
if (isset($_POST['dnssecstripped'])) {
$config['unbound']['dnssecstripped'] = true;
} else {
@@ -258,13 +250,6 @@ include_once("head.inc");
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("Harden Glue");?></td>
- <td width="78%" class="vtable">
- <input name="hardenglue" type="checkbox" id="hardenglue" value="yes" <?php if (isset($pconfig['hardenglue'])) echo "checked=\"checked\"";?> /><br />
- <?=gettext("Only trust glue if it is within the server's authority.");?>
- </td>
- </tr>
- <tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Harden DNSSEC data");?></td>
<td width="78%" class="vtable">
<input name="dnssecstripped" type="checkbox" id="dnssecstripped" value="yes" <?php if (isset($pconfig['dnssecstripped'])) echo "checked=\"checked\"";?> /><br />
OpenPOWER on IntegriCloud