mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Clarify man page for --filterwin2k
This commit is contained in:
committed by
Simon Kelley
parent
80a6c16dcc
commit
8cfcd9ff63
@@ -345,8 +345,9 @@ forged answer to a DNS request for certain domain, before the correct answer can
|
|||||||
.B \-f, --filterwin2k
|
.B \-f, --filterwin2k
|
||||||
Later versions of windows make periodic DNS requests which don't get sensible answers from
|
Later versions of windows make periodic DNS requests which don't get sensible answers from
|
||||||
the public DNS and can cause problems by triggering dial-on-demand links. This flag turns on an option
|
the public DNS and can cause problems by triggering dial-on-demand links. This flag turns on an option
|
||||||
to filter such requests. The requests blocked are for records of types SOA and SRV, and type ANY where the
|
to filter such requests. The requests blocked are for records of type ANY
|
||||||
requested name has underscores, to catch LDAP requests.
|
where the requested name has underscores, to catch LDAP requests, and for
|
||||||
|
\fBall\fP records of types SOA and SRV.
|
||||||
.TP
|
.TP
|
||||||
.B --filter-A
|
.B --filter-A
|
||||||
Remove A records from answers. No IPv4 addresses will be returned.
|
Remove A records from answers. No IPv4 addresses will be returned.
|
||||||
|
|||||||
Reference in New Issue
Block a user