Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions gemato/openpgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,12 @@ def __init__(self, debug=False, proxy=None):
# honor user's http_proxy setting
honor-http-proxy

# The default of "recursive-resolver" (see "man dirmngr") may cause
# problems with corporate networks, where this is often prohibited.
# It's better to setup the DNS resolver of your choice correctly
# preferably with DNSSEC checks enabled and use the following setting:
standard-resolver
Comment thread
mgorny marked this conversation as resolved.

# enable debugging, in case we needed it
log-file {os.path.join(self._home, 'dirmngr.log')}
debug-level guru
Expand Down