This commit is contained in:
2023-09-13 00:46:17 +08:00
parent d894fea89e
commit 6e5e999937
26 changed files with 10919 additions and 1155 deletions

View File

@ -5,7 +5,7 @@ import (
"net/url"
"strconv"
"strings"
"sub/model"
"sub2clash/model"
)
func ParseTrojan(proxy string) (model.Proxy, error) {