v0.0.3
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.