mirror of
https://github.com/nitezs/sub2sing-box.git
synced 2024-12-23 13:54:41 -05:00
13 lines
340 B
Go
Executable File
13 lines
340 B
Go
Executable File
package constant
|
|
|
|
const (
|
|
HysteriaPrefix string = "hysteria://"
|
|
Hysteria2Prefix1 string = "hysteria2://"
|
|
Hysteria2Prefix2 string = "hy2://"
|
|
ShadowsocksPrefix string = "ss://"
|
|
TrojanPrefix string = "trojan://"
|
|
VLESSPrefix string = "vless://"
|
|
VMessPrefix string = "vmess://"
|
|
SocksPrefix string = "socks"
|
|
)
|