Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
joshw123 authored Feb 21, 2024
2 parents 7f41678 + 9dbe07e commit c0a066f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/client/selfhosted/selfhosted.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ func New(ctx context.Context, log *logrus.Entry, opts *Options) (*Client, error)

client.Client.Transport = &http.Transport{
TLSClientConfig: tlsConfig,
Proxy: http.ProxyFromEnvironment,
}
}

Expand Down

0 comments on commit c0a066f

Please sign in to comment.