From f300f977489df7f98634f3904e206cb7de3245df Mon Sep 17 00:00:00 2001 From: xvzc Date: Wed, 12 Jan 2022 18:35:54 +0900 Subject: [PATCH] update readme --- readme.md | 15 +++++++-------- readme_ko.md | 16 +++++++--------- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/readme.md b/readme.md index 46c6f0f..3a3bed1 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,13 @@ A simple and fast software designed to bypass **Deep Packet Inspection** `$ cd SpoofDPI` `$ go build ./cmd/...` -# Run +# Usage +``` +Usage: spoof-dpi [options...] +--dns= | default: 8.8.8.8 +--port= | default: 8080 +--debug= | default: false +``` > If you are using any vpn extensions such as Hotspot Shield in Chrome browser, 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 `google-chrome --proxy-server="http://127.0.0.1:8080"` -# Usage -``` -Usage: spoof-dpi [options...] ---dns= | default: 8.8.8.8 ---port= | default: 8080 ---debug= | default: false -``` # How it works ### HTTP diff --git a/readme_ko.md b/readme_ko.md index 2a4a514..50c8b7c 100644 --- a/readme_ko.md +++ b/readme_ko.md @@ -30,7 +30,13 @@ DPI(Deep Packet Inspection) 우회를 위해 고안된 소프트웨어 `$ cd SpoofDPI` `$ go build ./cmd/...` -# 실행 +# 사용법 +``` +Usage: spoof-dpi [options...] +--dns= | default: 8.8.8.8 +--port= | default: 8080 +--debug= | default: false +``` > 만약 브라우저에서 Hotspot Shield와 같은 크롬 VPN 확장프로그램을 사용중이라면 Settings > Extension 으로 이동해 비활성화 해주시기바랍니다. ### OSX @@ -40,14 +46,6 @@ DPI(Deep Packet Inspection) 우회를 위해 고안된 소프트웨어 터미널에서 `$ spoof-dpi`를 실행하고, 프록시 옵션과 함께 브라우저를 실행합니다. `google-chrome --proxy-server="http://127.0.0.1:8080"` -# 사용법 -``` -Usage: spoof-dpi [options...] ---dns= | default: 8.8.8.8 ---port= | default: 8080 ---debug= | default: false -``` - # 원리 ### HTTP 최근 대부분의 웹사이트가 HTTPS를 지원하기 때문에,