Skip to content

Commit

Permalink
Fixed output file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpx12 committed Nov 20, 2022
1 parent 292a959 commit ec655e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proxy-check.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
disableBar bool
delete bool
file string
version = "1.0.3"
version = "1.0.4"
)

func ProxyTest(client *http.Client, proxy, urlTarget, timeout string) bool {
Expand Down Expand Up @@ -273,6 +273,7 @@ func main() {
}
wg.Wait()
bar.Finish()
writeResult(output, file)
fmt.Println()
fmt.Println("\033[4mValid proxies:\033[0m\n")
for _, v := range valid {
Expand Down

0 comments on commit ec655e7

Please sign in to comment.