Commit 45277004 authored by wang's avatar wang

cronet

parent 73d38dda
......@@ -151,7 +151,7 @@ func NewClient(forWard ForwardItem, ios bool) (Client, error) {
tls_client.WithProxyUrl(forWard.Proxy),
//tls_client.WithForceHttp1(),
tls_client.WithCookieJar(jar),
//tls_client.WithRandomTLSExtensionOrder(),
tls_client.WithRandomTLSExtensionOrder(),
//tls_client.WithProxyUrl("http://user:pass@host:port"),
tls_client.WithInsecureSkipVerify(),
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment