mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-15 21:00:27 +00:00
13 lines
245 B
Go
13 lines
245 B
Go
package constant
|
|
|
|
const (
|
|
Hysteria2ObfsTypeSalamander = "salamander"
|
|
Hysteria2ObfsTypeGecko = "gecko"
|
|
)
|
|
|
|
const (
|
|
Hysterai2MasqueradeTypeFile = "file"
|
|
Hysterai2MasqueradeTypeProxy = "proxy"
|
|
Hysterai2MasqueradeTypeString = "string"
|
|
)
|