ignore parse ss
This commit is contained in:
@@ -119,6 +119,9 @@ func ParseSSLink(link string) (*Shadowsocks, error) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if port == 0 || cipher == "" {
|
||||
return nil, ErrorNotSSLink
|
||||
}
|
||||
|
||||
return &Shadowsocks{
|
||||
Base: Base{
|
||||
|
||||
Reference in New Issue
Block a user