mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
services: explain unbound forward mode
PR: https://forum.opnsense.org/index.php?topic=3502
This commit is contained in:
parent
58010a4ccd
commit
63e1ff587d
@ -190,10 +190,13 @@ include_once("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("DNS Query Forwarding");?></td>
|
||||
<td><a id="help_for_forwarding" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("DNS Query Forwarding");?></td>
|
||||
<td>
|
||||
<input name="forwarding" type="checkbox" value="yes" <?=!empty($pconfig['forwarding']) ? "checked=\"checked\"" : "";?> />
|
||||
<strong><?=gettext("Enable Forwarding Mode");?></strong>
|
||||
<div class="hidden" for="help_for_forwarding">
|
||||
<?= gettext('The configured system nameservers will be used to forward queries to.') ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user