mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-07-19 21:08:40 +08: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"
|
|
)
|