From a2993ac68d87a0525a93bc23984d21e341214199 Mon Sep 17 00:00:00 2001 From: xvzc Date: Sun, 8 Sep 2024 22:57:57 +0900 Subject: [PATCH] docs: sync usage --- README.md | 10 ++++++---- _docs/README_ja.md | 10 ++++++---- _docs/README_ko.md | 10 ++++++---- _docs/README_ru.md | 10 ++++++---- _docs/README_zh-cn.md | 10 ++++++---- 5 files changed, 30 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 89ec1cd..ea7b97e 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/_docs/README_ja.md b/_docs/README_ja.md index 3aad659..2dddd71 100644 --- a/_docs/README_ja.md +++ b/_docs/README_ja.md @@ -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: diff --git a/_docs/README_ko.md b/_docs/README_ko.md index f020c0f..32a310e 100644 --- a/_docs/README_ko.md +++ b/_docs/README_ko.md @@ -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: diff --git a/_docs/README_ru.md b/_docs/README_ru.md index f3c9809..44ede9b 100644 --- a/_docs/README_ru.md +++ b/_docs/README_ru.md @@ -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: diff --git a/_docs/README_zh-cn.md b/_docs/README_zh-cn.md index 4adfa49..d442ac1 100644 --- a/_docs/README_zh-cn.md +++ b/_docs/README_zh-cn.md @@ -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: