mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-03 13:53:34 +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,
|
DisableKeepAlives: true,
|
||||||
TLSHandshakeTimeout: 10 * time.Second,
|
TLSHandshakeTimeout: 10 * time.Second,
|
||||||
ExpectContinueTimeout: 1 * time.Second,
|
ExpectContinueTimeout: 1 * time.Second,
|
||||||
DialContext: dialer.DefaultTunnelDialer,
|
DialContext: dialer.DialTunnelContext,
|
||||||
},
|
},
|
||||||
Timeout: 60 * time.Second,
|
Timeout: 60 * time.Second,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue