Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 493 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 493 Bytes

Custom Package Sender

INSTALLATION

GIT

git clone https://github.com/bkayranci/custom-packet-sender.git
cd custom-packet-sender
pip install -r requirements.txt
cd custom-packet-sender
sudo python app.py -d 1.1.1.1 -s 2.2.2.2 -c 2

DOCKER

PULL IMAGE
docker pull bkayranci/custom-packet-sender
RUN CONTAINER
docker run --rm bkayranci/custom-packet-sender -d 1.1.1.1 -s 2.2.2.2 -c 2

or

docker run --rm -it bkayranci/custom-packet-sender