mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
Revert "fix copy-and-paste error in help div"
This reverts commit b2bca01f9ca5bcdfc7ea66df6f32b74bfaf8c488. Actually there is no way to toggle these two so this is expected.
This commit is contained in:
parent
5b77e24fa6
commit
c3d96426a3
@ -331,7 +331,7 @@ $( document ).ready(function() {
|
||||
<td>
|
||||
<input name="domain_needed" type="checkbox" id="domain_needed" value="yes" <?=!empty($pconfig['domain_needed']) ? "checked=\"checked\"" : "";?> />
|
||||
<?= gettext('Require domain') ?>
|
||||
<div class="hidden" data-for="help_for_domain_needed">
|
||||
<div class="hidden" data-for="help_for_strict_order">
|
||||
<?= gettext('If this option is set, Dnsmasq will '.
|
||||
'not forward A or AAAA queries for plain names, without dots or ' .
|
||||
'domain parts, to upstream name servers. If the name is not known ' .
|
||||
@ -344,7 +344,7 @@ $( document ).ready(function() {
|
||||
<td>
|
||||
<input name="no_private_reverse" type="checkbox" id="no_private_reverse" value="yes" <?=!empty($pconfig['no_private_reverse']) ? "checked=\"checked\"" : "";?> />
|
||||
<?= gettext('Do not forward private reverse lookups') ?>
|
||||
<div class="hidden" data-for="help_for_no_private_reverse">
|
||||
<div class="hidden" data-for="help_for_strict_order">
|
||||
<?= gettext('If this option is set, Dnsmasq will '.
|
||||
'not forward reverse DNS lookups (PTR) for private addresses ' .
|
||||
'(RFC 1918) to upstream name servers. Any entries in the Domain ' .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user