summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2022-01-01 23:33:39 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2022-01-01 23:33:39 +0000
commit011f8cf1d011ade2f9e7231fca3cabfb1e8eaf06 (patch)
tree3447b7bae885e682852a53d936506251d5eb0912 /man
parent2748fb81e23b71e2c44956e99321816aca91905d (diff)
downloaddnsmasq-011f8cf1d011ade2f9e7231fca3cabfb1e8eaf06.tar.gz
Tidy code for --umbrella option.
Diffstat (limited to 'man')
-rw-r--r--man/dnsmasq.89
1 files changed, 5 insertions, 4 deletions
diff --git a/man/dnsmasq.8 b/man/dnsmasq.8
index 4de8969..0a83e9e 100644
--- a/man/dnsmasq.8
+++ b/man/dnsmasq.8
@@ -766,12 +766,13 @@ will add 1.2.3.0/24 for IPv4 requestors and ::/0 for IPv6 requestors.
.B --add-subnet=1.2.3.4/24,1.2.3.4/24
will add 1.2.3.0/24 for both IPv4 and IPv6 requestors.
.TP
-.B --umbrella[=deviceid:<deviceid>[,orgid:<orgid>]]
+.B --umbrella[=[deviceid:<deviceid>][,orgid:<orgid>][,assetid:<id>]]
Embeds the requestor's IP address in DNS queries forwarded upstream.
-If device id or organization id are specified, the information is
+If device id or, asset id or organization id are specified, the information is
included in the forwarded queries and may be able to be used in
-filtering policies and reporting. The order of the deviceid and orgid
-attributes is irrelevant, but must be separated by a comma.
+filtering policies and reporting. The order of the id
+attributes is irrelevant, but they must be separated by a comma. Deviceid is
+a sixteen digit hexadecimal number, org and asset ids are decimal numbers.
.TP
.B \-c, --cache-size=<cachesize>
Set the size of dnsmasq's cache. The default is 150 names. Setting the cache size to zero disables caching. Note: huge cache size impacts performance.