mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-09-20 06:56:02 +00:00
XPlus obfs & don't frag
This commit is contained in:
@@ -99,7 +99,7 @@ func server(config *serverConfig) {
|
||||
// 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