mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add honor-http-proxy.
This commit is contained in:
parent
df05dde9d5
commit
b16d30910a
2 changed files with 7 additions and 0 deletions
|
@ -746,6 +746,9 @@ static gc_option_t gc_options_dirmngr[] =
|
|||
{ "http-proxy", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
||||
"dirmngr", "|URL|redirect all HTTP requests to URL",
|
||||
GC_ARG_TYPE_STRING, GC_BACKEND_DIRMNGR },
|
||||
{ "honor-http-proxy", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
||||
"dirmngr", N_("use system's HTTP proxy setting"),
|
||||
GC_ARG_TYPE_STRING, GC_BACKEND_DIRMNGR },
|
||||
|
||||
{ "LDAP",
|
||||
GC_OPT_FLAG_GROUP, GC_LEVEL_BASIC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue