diff --git a/main.go b/main.go index 60e5004..3f6aae9 100644 --- a/main.go +++ b/main.go @@ -66,6 +66,7 @@ func main() { Timeout: timeout, KeepAlive: time.Second, }).DialContext, + Proxy: http.ProxyFromEnvironment, } re := func(req *http.Request, via []*http.Request) error {