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
281a86dd32
commit
e41b90a05b
15
readme.md
15
readme.md
@ -1,3 +1,7 @@
|
||||
# SpoofDPI
|
||||
|
||||
A simple and fast software designed to bypass Deep Packet Inspection
|
||||
|
||||
```text
|
||||
███████ ██████ ██████ ██████ ███████ ██████ ██████ ██
|
||||
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
||||
@ -6,9 +10,16 @@
|
||||
███████ ██ ██████ ██████ ██ ██████ ██ ██
|
||||
```
|
||||
|
||||
## Run
|
||||
## Installation
|
||||
|
||||
### MacOS
|
||||
### 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`
|
||||
|
Loading…
Reference in New Issue
Block a user