From e41b90a05b0e027d949fa43ae22ed5c470f4d919 Mon Sep 17 00:00:00 2001 From: xvzc Date: Tue, 4 Jan 2022 17:57:53 +0900 Subject: [PATCH] update readme --- readme.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 756aec7..9639eaa 100644 --- a/readme.md +++ b/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`