From 1da9b915d8e24bfda5df0498e1e79b5653f94600 Mon Sep 17 00:00:00 2001 From: DaZuo0122 <1085701449@qq.com> Date: Sat, 17 Jan 2026 20:13:37 +0800 Subject: [PATCH] Update documents --- README.md | 6 +++--- docs/COMMANDS.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0c6cc9..e1ac393 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ wtfn neigh list --ipv6 wtfn geoip lookup 8.8.8.8 wtfn probe ping example.com --count 4 wtfn probe tcping example.com:443 --count 4 -wtfn probe tcping example.com:443 --socks5 socks5://127.0.0.1:9909 +wtfn probe tcping example.com:443 --socks5 socks5://127.0.0.1:10808 wtfn probe trace example.com:443 --max-hops 20 # DNS wtfn dns query example.com A wtfn dns query example.com AAAA --server 1.1.1.1 wtfn dns query example.com A --transport doh --server 1.1.1.1 --tls-name cloudflare-dns.com -wtfn dns query example.com A --transport dot --server 1.1.1.1 --tls-name cloudflare-dns.com --socks5 socks5://127.0.0.1:9909 +wtfn dns query example.com A --transport dot --server 1.1.1.1 --tls-name cloudflare-dns.com --socks5 socks5://127.0.0.1:10808 wtfn dns detect example.com --transport doh --servers 1.1.1.1 --tls-name cloudflare-dns.com wtfn dns watch --duration 10s --filter example.com wtfn dns watch --follow @@ -54,7 +54,7 @@ wtfn dns leak report report.json # TLS wtfn tls handshake example.com:443 -wtfn tls handshake example.com:443 --socks5 socks5://127.0.0.1:9909 +wtfn tls handshake example.com:443 --socks5 socks5://127.0.0.1:10808 wtfn tls cert example.com:443 wtfn tls verify example.com:443 wtfn tls alpn example.com:443 --alpn h2,http/1.1 diff --git a/docs/COMMANDS.md b/docs/COMMANDS.md index f5405ff..f562da7 100644 --- a/docs/COMMANDS.md +++ b/docs/COMMANDS.md @@ -48,7 +48,7 @@ This document lists CLI commands and supported flags. Output defaults to text; u - `dns leak report` flags: ``, `--privacy ` ## http -- `http head|get ` flags: `--timeout-ms `, `--follow-redirects `, `--show-headers`, `--show-body`, `--max-body-bytes `, `--http1-only`, `--http2-only`, `--http3` (feature `http3`), `--http3-only` (feature `http3`), `--geoip`, `--socks5 ` +- `http head|get ` flags: `--timeout-ms `, `--follow-redirects `, `--show-headers`, `--show-body`, `--max-body-bytes `, `--http1-only`, `--http2-only`, `--http3` (required feature `http3`), `--http3-only` (required feature `http3`), `--geoip`, `--socks5 ` ## tls - `tls handshake|cert|verify|alpn ` flags: `--sni `, `--alpn `, `--timeout-ms `, `--insecure`, `--socks5 `, `--prefer-ipv4`, `--show-extensions`, `--ocsp`