增加防探测功能,增加流量加密功能
This commit is contained in:
8
shadow/global.go
Normal file
8
shadow/global.go
Normal file
@ -0,0 +1,8 @@
|
||||
package shadow
|
||||
|
||||
var (
|
||||
HandshakePassword = ""
|
||||
RandReaderObj = &RandReader{}
|
||||
EncryptKey = []byte{}
|
||||
Key = ""
|
||||
)
|
Reference in New Issue
Block a user