summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2014-02-17 21:43:27 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2014-02-17 21:43:27 +0000
commitde73a497cad2172312c2233e0f3492dc5572ae34 (patch)
treebcc9f8af17051c70384f6921d8b4d9c96597fd52 /man
parente3ec15af106eda302a537a3570d6527933fa1494 (diff)
downloaddnsmasq-de73a497cad2172312c2233e0f3492dc5572ae34.tar.gz
--rev-server option. Syntactic sugar for PTR queries.
Diffstat (limited to 'man')
-rw-r--r--man/dnsmasq.88
1 files changed, 8 insertions, 0 deletions
diff --git a/man/dnsmasq.8 b/man/dnsmasq.8
index f3c5de1..8d2c95d 100644
--- a/man/dnsmasq.8
+++ b/man/dnsmasq.8
@@ -415,6 +415,14 @@ source address specified but the port may be specified directly as
part of the source address. Forcing queries to an interface is not
implemented on all platforms supported by dnsmasq.
.TP
+.B --rev-server=<ip-address>/<prefix-len>,<ipaddr>[#<port>][@<source-ip>|<interface>[#<port>]]
+This is functionally the same as
+.B --server,
+but provides some syntactic sugar to make specifying address-to-name queries easier. For example
+.B --rev-server=1.2.3.0/24,192.168.0.1
+is exactly equivalent to
+.B --server=/3.2.1.in-addr.arpa/192.168.0.1
+.TP
.B \-A, --address=/<domain>/[domain/]<ipaddr>
Specify an IP address to return for any host in the given domains.
Queries in the domains are never forwarded and always replied to