Support obfuscated2

This commit is contained in:
9seconds
2021-03-18 13:42:14 +03:00
parent 657a74a5c2
commit 58335b3e59
7 changed files with 225 additions and 7 deletions
+1
View File
@@ -13,6 +13,7 @@ type streamContext struct {
ctxCancel context.CancelFunc
clientConn net.Conn
connID string
dc int
logger Logger
}