use chrome TLS fingerprint as default
This commit is contained in:
2
go.mod
2
go.mod
@ -18,6 +18,7 @@ require (
|
||||
github.com/lucas-clemente/quic-go v0.26.0
|
||||
github.com/miekg/dns v1.1.43
|
||||
github.com/milosgajdos/tenus v0.0.3
|
||||
github.com/refraction-networking/utls v1.1.3
|
||||
github.com/ryanuber/go-glob v1.0.0
|
||||
github.com/shadowsocks/go-shadowsocks2 v0.1.5
|
||||
github.com/shadowsocks/shadowsocks-go v0.0.0-20200409064450-3e585ff90601
|
||||
@ -32,6 +33,7 @@ require (
|
||||
|
||||
require (
|
||||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
||||
github.com/andybalholm/brotli v1.0.4 // indirect
|
||||
github.com/cheekybits/genny v1.0.0 // indirect
|
||||
github.com/coreos/go-iptables v0.6.0 // indirect
|
||||
github.com/dchest/siphash v1.2.2 // indirect
|
||||
|
Reference in New Issue
Block a user