Sign inSign up

faiqsohail/proxychecker

By faiqsohail

Updated over 4 years ago

An easy to use open-source, multithreaded Proxy Checker with a user friendly GUI.

Image
0

371

faiqsohail/proxychecker repository overview

ProxyChecker

An easy to use open-source, multithreaded Proxy Checker. Allows you to quickly check HTTP and SOCKS proxies in a user friendly GUI.

Github: https://github.com/faiqsohail/ProxyChecker

Requirements

As this is a GUI application, the docker image requires X11 Server.

MacOS: Download https://www.xquartz.org
  1. In xQuartz > preferences > Security, checkmark to enable “Allow connections from network”
  2. Whitelist localhost by running the command xhost +127.0.0.1
Windows: Download https://sourceforge.net/projects/vcxsrv/
  1. During setup ensure checkmark on the "Disable access control" option.

Running the container

docker run -it --rm -e DISPLAY=host.docker.internal:0.0 -v "$PWD/proxylist:/app/proxylist" -d faiqsohail/proxychecker

Once the container is running if X11 is correctly setup the GUI application will start. Add your proxy lists to check to the proxylist directory, (in the example above its $pwd/proxylist)

License

GNU GPL v2.0

Tag summary

Content type

Image

Digest

Size

305.5 MB

Last updated

over 4 years ago

docker pull faiqsohail/proxychecker