mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-09-03 23:21:44 +00:00
XPlus obfs & don't frag
This commit is contained in:
@@ -68,7 +68,7 @@ func client(config *clientConfig) {
|
||||
// Obfuscator
|
||||
var obfuscator core.Obfuscator
|
||||
if len(config.Obfs) > 0 {
|
||||
obfuscator = obfs.XORObfuscator(config.Obfs)
|
||||
obfuscator = obfs.NewXPlusObfuscator([]byte(config.Obfs))
|
||||
}
|
||||
// ACL
|
||||
var aclEngine *acl.Engine
|
||||
|
Reference in New Issue
Block a user