Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 517 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 517 Bytes

Proxy Check

Python proxy checker that takes a list of proxies and verifies they are reachable, and functioning as expected. Proxy Check is able to check HTTP/HTTPS and SOCKS4/5 Proxies.

Contributing

  1. Fork it (https://github.com/tinkerfish/proxy-checker/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request