]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Update man pages.
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Mon, 8 Sep 2025 12:50:27 +0000 (14:50 +0200)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Mon, 8 Sep 2025 12:50:27 +0000 (14:50 +0200)
doc/Changelog
doc/unbound-control.8.in
doc/unbound.conf.5.in

index ff995b16d1a06be6aac5c0dd7225d18a708e9295..5fe960354a5a36a21ab140a1617d14c636987c8c 100644 (file)
@@ -1,6 +1,7 @@
 8 September 2025: Yorgos
        - Update documentation for using "SET ... EX" in Redis.
        - Document max buffer sizes for Redis commands.
+       - Update man pages.
 
 3 September 2025: Wouter
        - For #1328: make depend.
index 687c680e2444e1c51364721e23414e2c3f6359e4..c05831e4137b86db52c14eafbffef2c5cf3e2470 100644 (file)
@@ -400,6 +400,19 @@ Not supported in remote Unbounds in multi\-process operation.
 .UNINDENT
 .INDENT 0.0
 .TP
+.B cache_lookup [\fB+t\fP] \fInames\fP 
+Print to stdout the RRsets and messages that are in the cache.
+For every name listed the content at or under the name is printed.
+Several names separated by spaces can be given, each is printed.
+When subnetcache is enabled, also matching entries from the subnet
+cache are printed.
+.sp
+The \fB+t\fP option allows tld and root names.
+With it names like \(aqcom\(aq and \(aq.\(aq can be used, but it takes a lot of
+effort to look up in the cache.
+.UNINDENT
+.INDENT 0.0
+.TP
 .B lookup \fIname\fP 
 Print to stdout the name servers that would be used to look up the name
 specified.
index 5cb497c97862bf3ef45c493c8d6ae789fd235ffd..172eb26c52eb604672b9e67be6c842c48b5aca97 100644 (file)
@@ -5146,7 +5146,7 @@ internally reverted to \(dqno\(dq.
 \fBNOTE:\fP
 .INDENT 7.0
 .INDENT 3.5
-Redis SETEX support is required for this option (Redis >= 2.0.0).
+Redis \(dqSET ... EX\(dq support is required for this option (Redis >= 2.6.12).
 .UNINDENT
 .UNINDENT
 .sp