summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2021-10-07 23:12:59 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2021-10-07 23:12:59 +0100
commit37a70d39e0cd49f086b757937fa8735e6263cd7a (patch)
tree500fb00f9ab210abf98cab71bf026e6c947d5371 /man
parent72fac0810cf1ba380fbd2021ea666594e58d25ad (diff)
downloaddnsmasq-37a70d39e0cd49f086b757937fa8735e6263cd7a.tar.gz
Add --filter and --filter-AAAA options.
Diffstat (limited to 'man')
-rw-r--r--man/dnsmasq.86
1 files changed, 6 insertions, 0 deletions
diff --git a/man/dnsmasq.8 b/man/dnsmasq.8
index cdac947..19559a0 100644
--- a/man/dnsmasq.8
+++ b/man/dnsmasq.8
@@ -348,6 +348,12 @@ the public DNS and can cause problems by triggering dial-on-demand links. This f
to filter such requests. The requests blocked are for records of types SOA and SRV, and type ANY where the
requested name has underscores, to catch LDAP requests.
.TP
+.B --filter-A
+Remove A records from answers. No IPv4 addresses will be returned.
+.TP
+.B --filter-AAAA
+Remove AAAA records from answers. No IPv6 addresses will be returned.
+.TP
.B \-r, --resolv-file=<file>
Read the IP addresses of the upstream nameservers from <file>, instead of
/etc/resolv.conf. For the format of this file see