JakartaClient/spoof-dpi.sh

9 lines
252 B
Bash
Executable File

#!/bin/bash
sudo cp ../spoofdpi.service /etc/systemd/system/
sudo apt -y install golang git
git clone https://github.com/xvzc/SpoofDPI.git
cd SpoofDPI/
go build ./cmd/spoof-dpi/
sudo systemctl daemon-reload
sudo systemctl enable --now spoofdpi.service