Skip to content

Commit

Permalink
docs: sync usage
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Sep 8, 2024
1 parent 1de63d0 commit a2993ac
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 20 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,24 @@ Usage: spoofdpi [options...]
enable debug output
-dns-addr string
dns address (default "8.8.8.8")
-dns-port int
-dns-ipv4-only
resolve only version 4 addresses
-dns-port value
port number for dns (default 53)
-enable-doh
enable 'dns-over-https'
-pattern value
bypass DPI only on packets matching this regex pattern; can be given multiple times
-port int
-port value
port (default 8080)
-silent
do not show the banner and server information at start up
-system-proxy
enable system-wide proxy (default true)
-timeout int
-timeout value
timeout in milliseconds; no timeout when not given
-v print spoofdpi's version; this may contain some other relevant information
-window-size int
-window-size value
chunk size, in number of bytes, for fragmented client hello,
try lower values if the default value doesn't bypass the DPI;
when not given, the client hello packet will be sent in two parts:
Expand Down
10 changes: 6 additions & 4 deletions _docs/README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,24 @@ Usage: spoofdpi [options...]
enable debug output
-dns-addr string
dns address (default "8.8.8.8")
-dns-port int
-dns-ipv4-only
resolve only version 4 addresses
-dns-port value
port number for dns (default 53)
-enable-doh
enable 'dns-over-https'
-pattern value
bypass DPI only on packets matching this regex pattern; can be given multiple times
-port int
-port value
port (default 8080)
-silent
do not show the banner and server information at start up
-system-proxy
enable system-wide proxy (default true)
-timeout int
-timeout value
timeout in milliseconds; no timeout when not given
-v print spoofdpi's version; this may contain some other relevant information
-window-size int
-window-size value
chunk size, in number of bytes, for fragmented client hello,
try lower values if the default value doesn't bypass the DPI;
when not given, the client hello packet will be sent in two parts:
Expand Down
10 changes: 6 additions & 4 deletions _docs/README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,24 @@ Usage: spoofdpi [options...]
enable debug output
-dns-addr string
dns address (default "8.8.8.8")
-dns-port int
-dns-ipv4-only
resolve only version 4 addresses
-dns-port value
port number for dns (default 53)
-enable-doh
enable 'dns-over-https'
-pattern value
bypass DPI only on packets matching this regex pattern; can be given multiple times
-port int
-port value
port (default 8080)
-silent
do not show the banner and server information at start up
-system-proxy
enable system-wide proxy (default true)
-timeout int
-timeout value
timeout in milliseconds; no timeout when not given
-v print spoofdpi's version; this may contain some other relevant information
-window-size int
-window-size value
chunk size, in number of bytes, for fragmented client hello,
try lower values if the default value doesn't bypass the DPI;
when not given, the client hello packet will be sent in two parts:
Expand Down
10 changes: 6 additions & 4 deletions _docs/README_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,24 @@ Usage: spoofdpi [опции...]
enable debug output
-dns-addr string
dns address (default "8.8.8.8")
-dns-port int
-dns-ipv4-only
resolve only version 4 addresses
-dns-port value
port number for dns (default 53)
-enable-doh
enable 'dns-over-https'
-pattern value
bypass DPI only on packets matching this regex pattern; can be given multiple times
-port int
-port value
port (default 8080)
-silent
do not show the banner and server information at start up
-system-proxy
enable system-wide proxy (default true)
-timeout int
-timeout value
timeout in milliseconds; no timeout when not given
-v print spoofdpi's version; this may contain some other relevant information
-window-size int
-window-size value
chunk size, in number of bytes, for fragmented client hello,
try lower values if the default value doesn't bypass the DPI;
when not given, the client hello packet will be sent in two parts:
Expand Down
10 changes: 6 additions & 4 deletions _docs/README_zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,24 @@ Usage: spoofdpi [options...]
enable debug output
-dns-addr string
dns address (default "8.8.8.8")
-dns-port int
-dns-ipv4-only
resolve only version 4 addresses
-dns-port value
port number for dns (default 53)
-enable-doh
enable 'dns-over-https'
-pattern value
bypass DPI only on packets matching this regex pattern; can be given multiple times
-port int
-port value
port (default 8080)
-silent
do not show the banner and server information at start up
-system-proxy
enable system-wide proxy (default true)
-timeout int
-timeout value
timeout in milliseconds; no timeout when not given
-v print spoofdpi's version; this may contain some other relevant information
-window-size int
-window-size value
chunk size, in number of bytes, for fragmented client hello,
try lower values if the default value doesn't bypass the DPI;
when not given, the client hello packet will be sent in two parts:
Expand Down

0 comments on commit a2993ac

Please sign in to comment.