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
8eb96a8a63
commit
2c6e4abcb4
19
readme.md
19
readme.md
@ -10,21 +10,24 @@ A simple and fast software designed to bypass Deep Packet Inspection
|
|||||||
███████ ██ ██████ ██████ ██ ██████ ██ ██
|
███████ ██ ██████ ██████ ██ ██████ ██ ██
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation
|
# Installation
|
||||||
|
|
||||||
### Build / Installation
|
## Build / Installation
|
||||||
|
|
||||||
#### build
|
Install with **go install**
|
||||||
Build the project with `$ go build ./cmd/...`
|
`$ go install github.com/xvzc/SpoofDPI/cmd/spoof-dpi`
|
||||||
Or you can install with `$ go install github.com/xvzc/SpoofDPI/cmd/spoof-dpi`
|
> Remember that $GOPATH variable should be set in your $PATH
|
||||||
> Remember that $GOPATH variable is set in your $PATH
|
|
||||||
|
|
||||||
### Run(OSX)
|
Or you can build your own
|
||||||
|
`$ go build ./cmd/...`
|
||||||
|
|
||||||
|
# Run
|
||||||
|
## OSX
|
||||||
`sh ./on.sh`
|
`sh ./on.sh`
|
||||||
`go run ./cmd/spoof-dpi/main.go`
|
`go run ./cmd/spoof-dpi/main.go`
|
||||||
`sh ./off.sh`
|
`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"`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user