hysteria2: Add more masquerade options

This commit is contained in:
世界
2024-11-28 22:39:19 +08:00
parent f0e10edbf3
commit c7776ba6e8
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"
)