From 97fa7d0b545417075a0b1cf604642e1b4a31c346 Mon Sep 17 00:00:00 2001 From: xvzc Date: Tue, 4 Jan 2022 18:35:03 +0900 Subject: [PATCH] update readme --- readme.md | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/readme.md b/readme.md index 5a106d5..b085f38 100644 --- a/readme.md +++ b/readme.md @@ -1,26 +1,36 @@ # SpoofDPI -A simple and fast software designed to bypass Deep Packet Inspection +A simple and fast software designed to bypass **Deep Packet Inspection** ![image](https://user-images.githubusercontent.com/45588457/148035986-8b0076cc-fefb-48a1-9939-a8d9ab1d6322.png) # Installation - -## Build / Installation - -Install with **go install** +- With **go install** `$ go install github.com/xvzc/SpoofDPI/cmd/spoof-dpi` -> Remember that $GOPATH variable should be set in your $PATH + > Remember that $GOPATH variable should be set in your $PATH -Or you can build your own +- Or you can build your own +`$ git clone https://github.com/xvzc/SpoofDPI.git` +`$ cd SpoofDPI` `$ go build ./cmd/...` # Run ## OSX -`sh ./on.sh` -`go run ./cmd/spoof-dpi/main.go` -`sh ./off.sh` +`$ spoof-dpi` ## Linux -open your favorite browser with proxy option +Open your favorite browser with proxy option `google-chrome --proxy-server="http://127.0.0.1:8080"` +## Windows +Use [GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI) instead + +# Usage +``` +Usage: spoof-dpi [options...] +-dns= | default: 8.8.8.8 +-port= | default: 8080 +``` + +# Inspiration +[Green Tunnel](https://github.com/SadeghHayeri/GreenTunnel) +[GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI) by @ValdikSS