mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2025-01-31 05:39:03 +00:00
A simple and fast anti-censorship tool written in Go
anti-censorshipcensorship-circumventioncensorship-freedeep-packet-inspectiondpidpi-bypassingdpi-filteringgolangproxy-server
cmd/spoof-dpi | ||
config | ||
proxy | ||
util | ||
.gitignore | ||
go.mod | ||
go.sum | ||
off.sh | ||
on.sh | ||
readme.md |
SpoofDPI
A simple and fast software designed to bypass Deep Packet Inspection
Installation
Build / Installation
Install with go install
$ go install github.com/xvzc/SpoofDPI/cmd/spoof-dpi
Remember that $GOPATH variable should be set in your $PATH
Or you can build your own
$ go build ./cmd/...
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"