From 729b817934302e81ceda38ea5a7d0fdcc9c562d2 Mon Sep 17 00:00:00 2001 From: Bimko <49758889+bimkos@users.noreply.github.com> Date: Fri, 3 Jul 2020 14:59:59 +0300 Subject: [PATCH] Update httpx.go Fix proxy --- cmd/httpx/httpx.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/httpx/httpx.go b/cmd/httpx/httpx.go index 62e9e1b..d3dd9c5 100644 --- a/cmd/httpx/httpx.go +++ b/cmd/httpx/httpx.go @@ -32,6 +32,7 @@ func main() { httpxOptions.RetryMax = options.Retries httpxOptions.FollowRedirects = options.FollowRedirects httpxOptions.FollowHostRedirects = options.FollowHostRedirects + httpxOptions.HttpProxy = options.HttpProxy httpxOptions.CustomHeaders = make(map[string]string) for _, customHeader := range options.CustomHeaders {