hysteria2: Add more masquerade options

This commit is contained in:
世界
2024-11-28 22:39:19 +08:00
parent 22bda86bbf
commit 11a448b52d
6 changed files with 228 additions and 25 deletions

7
constant/hysteria2.go Normal file
View File

@@ -0,0 +1,7 @@
package constant
const (
Hysterai2MasqueradeTypeFile = "file"
Hysterai2MasqueradeTypeProxy = "proxy"
Hysterai2MasqueradeTypeString = "string"
)