mirror of
https://github.com/pi-hole/web.git
synced 2026-04-18 07:56:24 +01:00
Remove query type from domainNeeded option
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
@@ -156,8 +156,8 @@ mg.include('scripts/lua/settings_header.lp','r')
|
||||
<div class="col-lg-12">
|
||||
<div>
|
||||
<input type="checkbox" id="dns.domainNeeded" data-key="dns.domainNeeded" title="domain-needed">
|
||||
<label for="dns.domainNeeded"><strong>Never forward non-FQDN <code>A</code> and <code>AAAA</code> queries</strong></label>
|
||||
<p class="help-block">Tells Pi-hole to never forward A or AAAA queries for plain
|
||||
<label for="dns.domainNeeded"><strong>Never forward non-FQDN queries</strong></label>
|
||||
<p class="help-block">Tells Pi-hole to never forward queries for plain
|
||||
names, without dots or domain parts, to upstream nameservers. If
|
||||
the name is not known from <code>/etc/hosts</code> or DHCP then a "not found"
|
||||
answer is returned.<br>
|
||||
|
||||
Reference in New Issue
Block a user