A simple and fast anti-censorship tool written in Go
Go to file
2022-01-04 18:02:33 +09:00
cmd/spoof-dpi update signal handling 2022-01-04 17:38:36 +09:00
config add unset os-proxy 2022-01-04 02:36:27 +09:00
proxy change src address strategy 2022-01-04 01:54:36 +09:00
util change src address strategy 2022-01-04 01:54:36 +09:00
.gitignore update .gitignore 2022-01-04 18:02:33 +09:00
go.mod update 2022-01-04 00:13:42 +09:00
go.sum update 2022-01-04 00:13:42 +09:00
off.sh update 2022-01-03 00:24:59 +09:00
on.sh update 2022-01-03 00:24:59 +09:00
readme.md update readme 2022-01-04 17:57:53 +09:00

SpoofDPI

A simple and fast software designed to bypass Deep Packet Inspection

███████ ██████   ██████   ██████  ███████ ██████  ██████  ██  
██      ██   ██ ██    ██ ██    ██ ██      ██   ██ ██   ██ ██  
███████ ██████  ██    ██ ██    ██ █████   ██   ██ ██████  ██  
     ██ ██      ██    ██ ██    ██ ██      ██   ██ ██      ██  
███████ ██       ██████   ██████  ██      ██████  ██      ██  

Installation

Build / Installation

build

Build the project with $ go build ./cmd/...
Or you can install with $ go install github.com/xvzc/SpoofDPI/cmd/spoof-dpi

Remember that $GOPATH variable is set in your $PATH

Run(OSX)

sh ./on.sh
go run ./cmd/spoof-dpi/main.go
sh ./off.sh

Linux

open your favorite browser with proxy option
google-chrome --proxy-server="http://127.0.0.1:8080"