Add selector outbound

This commit is contained in:
世界 2022-07-21 21:03:41 +08:00
parent 385c42e638
commit 8004ff51f0
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
14 changed files with 463 additions and 91 deletions

View file

@ -13,3 +13,7 @@ const (
TypeShadowsocks = "shadowsocks"
TypeVMess = "vmess"
)
const (
TypeSelector = "selector"
)