Skip to content

Commit

Permalink
Allow configure HTTP Proxy from env vars (stakater#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnieto authored Apr 2, 2022
1 parent bd1e01e commit a3a8e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (

var (
transport = &http.Transport{
Proxy: http.ProxyFromEnvironment,
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
}
httpClient = &http.Client{
Expand Down

0 comments on commit a3a8e30

Please sign in to comment.