make ConvertsV2Ray more robust (#349)

* make ConvertsV2Ray more  robust
* add log
* fix
This commit is contained in:
ag2s20150909
2023-01-24 16:34:52 +08:00
committed by GitHub
parent 39394e49ae
commit 023a96a6d3
4 changed files with 22 additions and 3 deletions

View File

@ -301,6 +301,7 @@ func proxiesParseAndFilter(filter string, excludeFilter string, excludeTypeArray
for i := range excludeTypeArray {
if strings.EqualFold(pType, excludeTypeArray[i]) {
flag = true
break
}
}