diff options
author | Werner Koch <wk@gnupg.org> | 2015-10-05 11:31:31 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2015-10-05 11:31:31 +0200 |
commit | 438730323a5d9bbf8dd5cd60d479b6c03f8721d0 (patch) | |
tree | ac9e8fc48b649e92b62ab515ae771a81d3afa820 /doc | |
parent | po: Update the German translation. (diff) | |
download | gnupg2-438730323a5d9bbf8dd5cd60d479b6c03f8721d0.tar.xz gnupg2-438730323a5d9bbf8dd5cd60d479b6c03f8721d0.zip |
dirmngr: Make clear that --use-tor is not yet ready for use.
* dirmngr/dirmngr.c (main): Print a warning if --use-tor has been
given.
* tools/gpgconf-comp.c (gc_options_dirmngr): Make --use-tor invisible.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dirmngr.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index d62e2d59c..7757acf10 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -236,6 +236,12 @@ sufficient. Enabling this option forces loading of expired CRLs; this is only useful for debugging. +@item --use-tor +@opindex use-tor +This options is not yet functional! It will eventually switch GnuPG +into a TOR mode to route all network access via TOR (an anonymity +network). + @item --disable-ldap @opindex disable-ldap Entirely disables the use of LDAP. |