Skip to content
Snippets Groups Projects
Commit e3e9a8cc authored by kr328's avatar kr328
Browse files

Fix: fix tunnel dialer

parent 7058c7a4
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ var client = &http.Client{
DisableKeepAlives: true,
TLSHandshakeTimeout: 10 * time.Second,
ExpectContinueTimeout: 1 * time.Second,
DialContext: dialer.DefaultTunnelDialer,
DialContext: dialer.DialTunnelContext,
},
Timeout: 60 * time.Second,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment