Skip to content

v0.0.3

Compare
Choose a tag to compare
@cpu cpu released this 05 Jun 23:56
· 9 commits to master since this release
v0.0.3
9476b5d

fix: respect system http proxy settings.

Adds Proxy: http.ProxyFromEnvironment to the http.Client.Transport instance used by goacmedns when connecting to the ACME-DNS server. This allows using goacmedns in an environment that restricts egress traffic to a proxy server.

Thanks to @christiancorbin for the fix.