This commit is contained in:
qwerty287
2026-03-30 16:33:30 +02:00
parent c8a8fc1983
commit 715e1e0802
-1
View File
@@ -102,7 +102,6 @@ func HTTPClientFromContext(c *cli.Command, httpProxyEnabled bool) *http.Client {
if v := c.String("transport.https-proxy"); v != "" {
os.Setenv("HTTPS_PROXY", v)
os.Setenv("https_proxy", v)
}
if v := c.String("transport.no-proxy"); v != "" {
os.Setenv("NO_PROXY", v)