Commit e77cf593 authored by wang's avatar wang

111

parent 3c4d8a4b
...@@ -146,6 +146,7 @@ func NewClient(forWard ForwardItem, ios bool) (Client, error) { ...@@ -146,6 +146,7 @@ func NewClient(forWard ForwardItem, ios bool) (Client, error) {
tls_client.WithCookieJar(jar), tls_client.WithCookieJar(jar),
//tls_client.WithRandomTLSExtensionOrder(), //tls_client.WithRandomTLSExtensionOrder(),
//tls_client.WithProxyUrl("http://user:pass@host:port"), //tls_client.WithProxyUrl("http://user:pass@host:port"),
tls_client.WithInsecureSkipVerify(),
} }
logger := tls_client.NewLogger() logger := tls_client.NewLogger()
......
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