From b536597063733b8991dffe6fdec75727a68ff218 Mon Sep 17 00:00:00 2001 From: xvzc Date: Sun, 21 Jul 2024 17:21:56 +0900 Subject: [PATCH] update readme --- readme.md | 34 +++++++++++++++++++++------------- readme_ko.md | 34 +++++++++++++++++++++------------- readme_ru.md | 34 +++++++++++++++++++++------------- readme_zh-cn.md | 34 +++++++++++++++++++++------------- 4 files changed, 84 insertions(+), 52 deletions(-) diff --git a/readme.md b/readme.md index 042fd73..f8f983e 100644 --- a/readme.md +++ b/readme.md @@ -50,19 +50,27 @@ You can also build your own # Usage ``` Usage: spoof-dpi [options...] ---addr= | default: 127.0.0.1 ---dns= | default: 8.8.8.8 ---port= | default: 8080 ---debug= | default: false ---no-banner= | default: false ---timeout= | default: 0 - | Enforces specific connection timeout. Set 0 to turn off ---url= | Can be used multiple times. If set, - | it will bypass DPI only for this url. - | Example: --url=google.com --url=github.com ---pattern= | If set, it will bypass DPI only for packets - | that matches this regex pattern. - | Example: --pattern="google|github" + -addr string + Listen addr (default "127.0.0.1") + -debug + Enable debug output + -dns-addr string + DNS addr (default "8.8.8.8") + -dns-port int + DNS port (default 53) + -enable-doh + Enable DOH + -no-banner + Disable banner + -pattern string + Bypass DPI only on packets matching this regex pattern + -port int + port (default 8080) + -timeout int + timeout in milliseconds (default 2000) + -url value + Bypass DPI only on this url, can be passed multiple times + ``` > If you are using any vpn extensions such as Hotspot Shield in Chrome browser, go to Settings > Extensions, and disable them. diff --git a/readme_ko.md b/readme_ko.md index c6c9120..110c5db 100644 --- a/readme_ko.md +++ b/readme_ko.md @@ -50,19 +50,27 @@ wget -O - https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash # 사용법 ``` Usage: spoof-dpi [options...] ---addr= | default: 127.0.0.1 ---dns= | default: 8.8.8.8 ---port= | default: 8080 ---debug= | default: false ---no-banner= | default: false ---timeout= | default: 0 - | Enforces specific connection timeout. Set 0 to turn off ---url= | Can be used multiple times. If set, - | it will bypass DPI only for this url. - | Example: --url=google.com --url=github.com ---pattern= | If set, it will bypass DPI only for packets - | that matches this regex pattern. - | Example: --pattern="google|github" + -addr string + Listen addr (default "127.0.0.1") + -debug + Enable debug output + -dns-addr string + DNS addr (default "8.8.8.8") + -dns-port int + DNS port (default 53) + -enable-doh + Enable DOH + -no-banner + Disable banner + -pattern string + Bypass DPI only on packets matching this regex pattern + -port int + port (default 8080) + -timeout int + timeout in milliseconds (default 2000) + -url value + Bypass DPI only on this url, can be passed multiple times + ``` > 만약 브라우저에서 Hotspot Shield와 같은 크롬 VPN 확장프로그램을 사용중이라면 Settings > Extension 으로 이동해 비활성화 해주시기바랍니다. diff --git a/readme_ru.md b/readme_ru.md index d187793..2a3ddf8 100644 --- a/readme_ru.md +++ b/readme_ru.md @@ -51,19 +51,27 @@ wget -O - https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash # Использование ``` Usage: spoof-dpi [options...] ---addr= | default: 127.0.0.1 ---dns= | default: 8.8.8.8 ---port= | default: 8080 ---debug= | default: false ---no-banner= | default: false ---timeout= | default: 0 - | Enforces specific connection timeout. Set 0 to turn off ---url= | Can be used multiple times. If set, - | it will bypass DPI only for this url. - | Example: --url=google.com --url=github.com ---pattern= | If set, it will bypass DPI only for packets - | that matches this regex pattern. - | Example: --pattern="google|github" + -addr string + Listen addr (default "127.0.0.1") + -debug + Enable debug output + -dns-addr string + DNS addr (default "8.8.8.8") + -dns-port int + DNS port (default 53) + -enable-doh + Enable DOH + -no-banner + Disable banner + -pattern string + Bypass DPI only on packets matching this regex pattern + -port int + port (default 8080) + -timeout int + timeout in milliseconds (default 2000) + -url value + Bypass DPI only on this url, can be passed multiple times + ``` **Перевод:** ``` diff --git a/readme_zh-cn.md b/readme_zh-cn.md index c22793c..8f9d528 100644 --- a/readme_zh-cn.md +++ b/readme_zh-cn.md @@ -57,19 +57,27 @@ You can also build your own ``` Usage: spoof-dpi [options...] ---addr= | default: 127.0.0.1 ---dns= | default: 8.8.8.8 ---port= | default: 8080 ---debug= | default: false ---no-banner= | default: false ---timeout= | default: 0 - | Enforces specific connection timeout. Set 0 to turn off ---url= | Can be used multiple times. If set, - | it will bypass DPI only for this url. - | Example: --url=google.com --url=github.com ---pattern= | If set, it will bypass DPI only for packets - | that matches this regex pattern. - | Example: --pattern="google|github" + -addr string + Listen addr (default "127.0.0.1") + -debug + Enable debug output + -dns-addr string + DNS addr (default "8.8.8.8") + -dns-port int + DNS port (default 53) + -enable-doh + Enable DOH + -no-banner + Disable banner + -pattern string + Bypass DPI only on packets matching this regex pattern + -port int + port (default 8080) + -timeout int + timeout in milliseconds (default 2000) + -url value + Bypass DPI only on this url, can be passed multiple times + ``` > 如果你在 Chrome 浏览器使用其他 VPN 扩展比如 Hotspot Shield 请去 设置 > 扩展程序禁用它们