diff --git a/component/simple-obfs/tls.go b/component/simple-obfs/tls.go index 8e9c05b..7ec7090 100644 --- a/component/simple-obfs/tls.go +++ b/component/simple-obfs/tls.go @@ -11,10 +11,6 @@ import ( "github.com/xjasonlyu/tun2socks/v2/common/pool" ) -func init() { - rand.Seed(time.Now().Unix()) -} - const ( chunkSize = 1 << 14 // 2 ** 14 == 16 * 1024 )