SpoofDPI/readme.md
2022-01-04 18:35:48 +09:00

942 B

SpoofDPI

A simple and fast software designed to bypass Deep Packet Inspection
image

Installation

  • With go install
    $ go install github.com/xvzc/SpoofDPI/cmd/spoof-dpi

    Remember that $GOPATH variable should be set in your $PATH

  • Or you can build your own
    $ git clone https://github.com/xvzc/SpoofDPI.git
    $ cd SpoofDPI
    $ go build ./cmd/...

Run

OSX

$ spoof-dpi

Linux

Open your favorite browser with proxy option
google-chrome --proxy-server="http://127.0.0.1:8080"

Windows

Use GoodbyeDPI instead

Usage

Usage: spoof-dpi [options...]
-dns=<addr>  | default: 8.8.8.8
-port=<port> | default: 8080

Inspiration

Green Tunnel
GoodbyeDPI