mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-01 12:56:16 +03:00
Fix: fix tunnel dialer
This commit is contained in:
parent
7058c7a4cd
commit
e3e9a8ccc3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue