❤️ Русский корабль, иди нахуй! ❤️
Requirements:
- python 3.8 and higher
Install:
pip install -r requirements.txt
Run:
python main.py [-h] --name NAME [--threads THREADS]
options:
-h, --help show this help message and exit
--name NAME client name
--threads THREADS connection threads count per process
Requirements:
- docker
Build image:
docker build -t ddoscluster-client .
Run container:
docker run ddoscluster-client --name 'Your custom name' --threads 100