mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2025-01-03 04:50:11 +00:00
update readme
This commit is contained in:
parent
f96b49b5fe
commit
97fa7d0b54
32
readme.md
32
readme.md
@ -1,26 +1,36 @@
|
|||||||
# SpoofDPI
|
# 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)
|
![image](https://user-images.githubusercontent.com/45588457/148035986-8b0076cc-fefb-48a1-9939-a8d9ab1d6322.png)
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
- With **go install**
|
||||||
## Build / Installation
|
|
||||||
|
|
||||||
Install with **go install**
|
|
||||||
`$ go install github.com/xvzc/SpoofDPI/cmd/spoof-dpi`
|
`$ 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/...`
|
`$ go build ./cmd/...`
|
||||||
|
|
||||||
# Run
|
# Run
|
||||||
## OSX
|
## OSX
|
||||||
`sh ./on.sh`
|
`$ spoof-dpi`
|
||||||
`go run ./cmd/spoof-dpi/main.go`
|
|
||||||
`sh ./off.sh`
|
|
||||||
|
|
||||||
## Linux
|
## 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"`
|
`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=<addr> | default: 8.8.8.8
|
||||||
|
-port=<port> | default: 8080
|
||||||
|
```
|
||||||
|
|
||||||
|
# Inspiration
|
||||||
|
[Green Tunnel](https://github.com/SadeghHayeri/GreenTunnel)
|
||||||
|
[GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI) by @ValdikSS
|
||||||
|
Loading…
Reference in New Issue
Block a user