Skip to content

Checks proxylist for online proxies. Supports https, socks4 & socks5 protocol. Written in GO.

Notifications You must be signed in to change notification settings

noarche/proxy-checker

Repository files navigation

GO_Proxychecker

About

Checks proxylist for online proxies. Supports https, socks4 & socks5 protocol. Written in GO.

Configuration

Default values can be updated by editing proxy.config.ini. Default values are set so the user can skip the initial prompts by pressing enter with empty response to questions.

Valid proxies are saved in the ./results/* directory.

To Run:

go mod init proxy_checker

go mod tidy

go get gopkg.in/ini.v1

go get github.com/schollz/progressbar/v3

go run proxy_checker.go

To Build:

go build -o proxy_checker

./proxy_checker # On Linux/Mac

proxy_checker.exe # On Windows