mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
dirmngr: New option --disable-ipv6
* dirmngr/dirmngr.h (struct opt): Add field 'disable_ipv6'. * dirmngr/dirmngr.c (oDisableIPv6): New const. (opts): New option --disable-ipv6. (parse_rereadable_options): Set that option. * dirmngr/dns-stuff.c (opt_disable_ipv6): New var. (set_dns_disable_ipv6): New. (resolve_name_standard): Make use of it. * dirmngr/ks-engine-finger.c (ks_finger_fetch): Take care of OPT.DISABLE_IPV6. * dirmngr/ks-engine-hkp.c (map_host): Ditto. (send_request): Ditto. * dirmngr/ks-engine-http.c (ks_http_fetch): Ditto. * dirmngr/ocsp.c (do_ocsp_request): Ditto. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
fce36d7ec8
commit
3533b85440
10 changed files with 40 additions and 8 deletions
|
@ -314,9 +314,10 @@ a numerical IP address must be given (IPv6 or IPv4) and that no error
|
|||
checking is done for @var{ipaddr}.
|
||||
|
||||
@item --disable-ipv4
|
||||
@item --disable-ipv6
|
||||
@opindex disable-ipv4
|
||||
Disable the use of all IPv4 addresses. This option is mainly useful
|
||||
for debugging.
|
||||
@opindex disable-ipv6
|
||||
Disable the use of all IPv4 or IPv6 addresses.
|
||||
|
||||
@item --disable-ldap
|
||||
@opindex disable-ldap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue