Skip to content

Commit

Permalink
feat: Updated core/proxy/helper.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Dec 9, 2023
1 parent d41a116 commit 82dfbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/proxy/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func LoadFromFile(protocol ProxyProtocol, path string, manager *ProxyManager) er
line := strings.TrimSpace(scanner.Text())
match := proxyRegex.FindStringSubmatch(line)
if len(match) != 3 {
return err
continue
}

ip := match[1]
Expand Down

0 comments on commit 82dfbae

Please sign in to comment.