hysteria2: Add more masquerade options

This commit is contained in:
世界 2024-11-28 22:39:19 +08:00
parent 83889178ed
commit 30704a15a7
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
6 changed files with 229 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"
)