init: 1.0.0
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package config
|
||||
|
||||
type Protocol string
|
||||
|
||||
const (
|
||||
Shadowsocks Protocol = "shadowsocks"
|
||||
Trojan Protocol = "trojan"
|
||||
Vmess Protocol = "vmess"
|
||||
Vless Protocol = "vless"
|
||||
)
|
||||
Reference in New Issue
Block a user