mirror of
https://github.com/MatrixTM/MHDDoS.git
synced 2024-11-16 11:42:42 +08:00
Add files via upload
This commit is contained in:
parent
cbec29ecf4
commit
71c2b17b5c
13
BOMBARDIER.md
Normal file
13
BOMBARDIER.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Bombardier with proxy
|
||||
Adopted from github.com/mariotrucco/bombardier@78-add-proxy-support
|
||||
|
||||
## Installation
|
||||
```shell script
|
||||
mkdir bombardier_tmp
|
||||
cd bombardier_tmp
|
||||
go mod init bombardier_tmp
|
||||
go mod edit -replace github.com/codesenberg/bombardier=github.com/mariotrucco/bombardier@78-add-proxy-support
|
||||
go get github.com/codesenberg/bombardier
|
||||
cd ..
|
||||
rm -r bombardier_tmp
|
||||
```
|
Loading…
Reference in New Issue
Block a user