update readme

This commit is contained in:
xvzc 2022-01-12 18:35:54 +09:00
parent 1205b4b007
commit f300f97748
2 changed files with 14 additions and 17 deletions

View File

@ -30,7 +30,13 @@ A simple and fast software designed to bypass **Deep Packet Inspection**
`$ cd SpoofDPI` `$ cd SpoofDPI`
`$ go build ./cmd/...` `$ go build ./cmd/...`
# Run # Usage
```
Usage: spoof-dpi [options...]
--dns=<addr> | default: 8.8.8.8
--port=<port> | default: 8080
--debug=<bool> | default: false
```
> If you are using any vpn extensions such as Hotspot Shield in Chrome browser, > If you are using any vpn extensions such as Hotspot Shield in Chrome browser,
go to Settings > Extensions, and disable them. go to Settings > Extensions, and disable them.
@ -41,13 +47,6 @@ Run `$ spoof-dpi` and it will automatically set your proxy
Run `$ spoof-dpi` and open your favorite browser with proxy option Run `$ spoof-dpi` and 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"`
# Usage
```
Usage: spoof-dpi [options...]
--dns=<addr> | default: 8.8.8.8
--port=<port> | default: 8080
--debug=<bool> | default: false
```
# How it works # How it works
### HTTP ### HTTP

View File

@ -30,7 +30,13 @@ DPI(Deep Packet Inspection) 우회를 위해 고안된 소프트웨어
`$ cd SpoofDPI` `$ cd SpoofDPI`
`$ go build ./cmd/...` `$ go build ./cmd/...`
# 실행 # 사용법
```
Usage: spoof-dpi [options...]
--dns=<addr> | default: 8.8.8.8
--port=<port> | default: 8080
--debug=<bool> | default: false
```
> 만약 브라우저에서 Hotspot Shield와 같은 크롬 VPN 확장프로그램을 사용중이라면 > 만약 브라우저에서 Hotspot Shield와 같은 크롬 VPN 확장프로그램을 사용중이라면
Settings > Extension 으로 이동해 비활성화 해주시기바랍니다. Settings > Extension 으로 이동해 비활성화 해주시기바랍니다.
### OSX ### OSX
@ -40,14 +46,6 @@ DPI(Deep Packet Inspection) 우회를 위해 고안된 소프트웨어
터미널에서 `$ spoof-dpi`를 실행하고, 프록시 옵션과 함께 브라우저를 실행합니다. 터미널에서 `$ spoof-dpi`를 실행하고, 프록시 옵션과 함께 브라우저를 실행합니다.
`google-chrome --proxy-server="http://127.0.0.1:8080"` `google-chrome --proxy-server="http://127.0.0.1:8080"`
# 사용법
```
Usage: spoof-dpi [options...]
--dns=<addr> | default: 8.8.8.8
--port=<port> | default: 8080
--debug=<bool> | default: false
```
# 원리 # 원리
### HTTP ### HTTP
최근 대부분의 웹사이트가 HTTPS를 지원하기 때문에, 최근 대부분의 웹사이트가 HTTPS를 지원하기 때문에,