Skip to content

Commit d58a3d4

Browse files
authored
Merge pull request #2306 from gtardif/use_proxy_wsl
use DD proxy when available, also from WSL
2 parents cf41b0d + ad29cdf commit d58a3d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/remote/transport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func NewTransport(ctx context.Context) http.RoundTripper {
2929
if err != nil {
3030
return transport
3131
}
32-
if running, ok := desktopRunning.(bool); ok && running && !desktop.IsWSL() {
32+
if running, ok := desktopRunning.(bool); ok && running {
3333
transport.Proxy = http.ProxyURL(&url.URL{
3434
Scheme: "http",
3535
})

0 commit comments

Comments
 (0)