mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2025-07-04 09:22:34 +08:00
feat: 节点删除\重命名\去重
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
package constant
|
||||
|
||||
import (
|
||||
"sub2sing-box/model"
|
||||
"sub2sing-box/parser"
|
||||
)
|
||||
|
||||
var ParserMap map[string]func(string) (model.Proxy, error) = map[string]func(string) (model.Proxy, error){
|
||||
"ss://": parser.ParseShadowsocks,
|
||||
"vmess://": parser.ParseVmess,
|
||||
"trojan://": parser.ParseTrojan,
|
||||
"vless://": parser.ParseVless,
|
||||
"hysteria://": parser.ParseHysteria,
|
||||
"hy2://": parser.ParseHysteria2,
|
||||
"hysteria2://": parser.ParseHysteria2,
|
||||
}
|
Reference in New Issue
Block a user