Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jul 21, 2024
1 parent 97e6cd6 commit b536597
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 52 deletions.
34 changes: 21 additions & 13 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,27 @@ You can also build your own
# Usage
```
Usage: spoof-dpi [options...]
--addr=<addr> | default: 127.0.0.1
--dns=<addr> | default: 8.8.8.8
--port=<number> | default: 8080
--debug=<bool> | default: false
--no-banner=<bool> | default: false
--timeout=<number> | default: 0
| Enforces specific connection timeout. Set 0 to turn off
--url=<url> | Can be used multiple times. If set,
| it will bypass DPI only for this url.
| Example: --url=google.com --url=github.com
--pattern=<regex> | 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.
Expand Down
34 changes: 21 additions & 13 deletions readme_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,27 @@ wget -O - https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash
# 사용법
```
Usage: spoof-dpi [options...]
--addr=<addr> | default: 127.0.0.1
--dns=<addr> | default: 8.8.8.8
--port=<number> | default: 8080
--debug=<bool> | default: false
--no-banner=<bool> | default: false
--timeout=<number> | default: 0
| Enforces specific connection timeout. Set 0 to turn off
--url=<url> | Can be used multiple times. If set,
| it will bypass DPI only for this url.
| Example: --url=google.com --url=github.com
--pattern=<regex> | 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 으로 이동해 비활성화 해주시기바랍니다.
Expand Down
34 changes: 21 additions & 13 deletions readme_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,27 @@ wget -O - https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash
# Использование
```
Usage: spoof-dpi [options...]
--addr=<addr> | default: 127.0.0.1
--dns=<addr> | default: 8.8.8.8
--port=<number> | default: 8080
--debug=<bool> | default: false
--no-banner=<bool> | default: false
--timeout=<number> | default: 0
| Enforces specific connection timeout. Set 0 to turn off
--url=<url> | Can be used multiple times. If set,
| it will bypass DPI only for this url.
| Example: --url=google.com --url=github.com
--pattern=<regex> | 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
```
**Перевод:**
```
Expand Down
34 changes: 21 additions & 13 deletions readme_zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,27 @@ You can also build your own

```
Usage: spoof-dpi [options...]
--addr=<addr> | default: 127.0.0.1
--dns=<addr> | default: 8.8.8.8
--port=<number> | default: 8080
--debug=<bool> | default: false
--no-banner=<bool> | default: false
--timeout=<number> | default: 0
| Enforces specific connection timeout. Set 0 to turn off
--url=<url> | Can be used multiple times. If set,
| it will bypass DPI only for this url.
| Example: --url=google.com --url=github.com
--pattern=<regex> | 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 请去 设置 > 扩展程序禁用它们
Expand Down

0 comments on commit b536597

Please sign in to comment.