diff options
author | Werner Koch <[email protected]> | 2019-11-23 19:29:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-11-23 19:30:22 +0000 |
commit | dd373d4a27585d7b2ddbf3976e597277b70675d2 (patch) | |
tree | fb35d7246970d854eb0343b0dbd69b2db947fd9f | |
parent | wkd: Let --install-key write a template policy file. (diff) | |
download | gnupg-dd373d4a27585d7b2ddbf3976e597277b70675d2.tar.gz gnupg-dd373d4a27585d7b2ddbf3976e597277b70675d2.zip |
doc,dirmngr: Clarify --standard-resolver.
--
Signed-off-by: Werner Koch <[email protected]>
(cherry picked from commit c21267e1c7aab332ebcd26f27f7f9724839a8e3a)
GnuPG-bug-id: 4547
-rw-r--r-- | doc/dirmngr.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index 4345e36a9..ba4f1591e 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -260,7 +260,8 @@ on startup or after reloading dirmngr. This option forces the use of the system's standard DNS resolver code. This is mainly used for debugging. Note that on Windows a standard resolver is not used and all DNS access will return the error ``Not -Implemented'' if this function is used. +Implemented'' if this option is used. Using this together with enabled +Tor mode returns the error ``Not Enabled''. @item --recursive-resolver @opindex recursive-resolver |