mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 14:26:31 +00:00
update readme
This commit is contained in:
parent
1205b4b007
commit
f300f97748
15
readme.md
15
readme.md
@ -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
|
||||||
|
16
readme_ko.md
16
readme_ko.md
@ -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를 지원하기 때문에,
|
||||||
|
Loading…
Reference in New Issue
Block a user