mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-29 03:51:31 +00:00
8 lines
151 B
Go
8 lines
151 B
Go
|
package constant
|
||
|
|
||
|
const (
|
||
|
Hysterai2MasqueradeTypeFile = "file"
|
||
|
Hysterai2MasqueradeTypeProxy = "proxy"
|
||
|
Hysterai2MasqueradeTypeString = "string"
|
||
|
)
|