Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.41 KB

File metadata and controls

33 lines (28 loc) · 1.41 KB

do your fuzzing without getting banned :D #K2K

About ProjectInstallationUsageContact Me

About Project

This project automates the setup of multiple VPN proxy servers using Docker and HAProxy. It allows users to deploy a configurable number of VPN proxies, each potentially assigned to a different country, and use them through a single HAProxy instance.

Installation

  1. Clone the Repository:
git clone https://github.com/Khode4li/wroxy-rotate && cd wroxy-rotate
  1. Run the run_wroxy
chmod +x run_wroxy
./run_wroxy
  1. At first, it will build the Docker image if it does not exist. Then it will ask you for the number of proxies and the country. After that, it will ask you to enter the HAProxy port (to which you will connect). Finally, it builds the containers and stop file.

please note that user must be sudoer to be able to run the wroxy

Usage

After running the setup script, you will have multiple proxy containers and a HAProxy container running. The HAProxy container will balance the load across the proxies.

Stopping and Removing Containers

To stop and remove all proxy containers along with the HAProxy container, use the provided script:

./kill_wroxy