Skip to content

brians-bytes/docker-rotating-proxy

Repository files navigation

docker-rotating-proxy

Codacy Badge

Inspired by https://github.com/mattes/rotating-proxy

Create the application

Start a proxy server using http proxy

start the application

  1. get the image

     docker pull brianstech/docker-rotating-proxy
  2. run the proxy

       docker run -d -p 8080:8080 -p 4444:4444 brianstech/docker-rotating-proxy
  3. access the proxy stats at

     [http://localhost:4444](http://localhost:4444)
    
  4. set you client to use

     - http proxy: http://localhost:8080
     - https proxy: https://localhost:8080
    

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published