Update documents
This commit is contained in:
@@ -36,14 +36,14 @@ wtfn neigh list --ipv6
|
|||||||
wtfn geoip lookup 8.8.8.8
|
wtfn geoip lookup 8.8.8.8
|
||||||
wtfn probe ping example.com --count 4
|
wtfn probe ping example.com --count 4
|
||||||
wtfn probe tcping example.com:443 --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
|
wtfn probe trace example.com:443 --max-hops 20
|
||||||
|
|
||||||
# DNS
|
# DNS
|
||||||
wtfn dns query example.com A
|
wtfn dns query example.com A
|
||||||
wtfn dns query example.com AAAA --server 1.1.1.1
|
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 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 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 --duration 10s --filter example.com
|
||||||
wtfn dns watch --follow
|
wtfn dns watch --follow
|
||||||
@@ -54,7 +54,7 @@ wtfn dns leak report report.json
|
|||||||
|
|
||||||
# TLS
|
# TLS
|
||||||
wtfn tls handshake example.com:443
|
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 cert example.com:443
|
||||||
wtfn tls verify example.com:443
|
wtfn tls verify example.com:443
|
||||||
wtfn tls alpn example.com:443 --alpn h2,http/1.1
|
wtfn tls alpn example.com:443 --alpn h2,http/1.1
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ This document lists CLI commands and supported flags. Output defaults to text; u
|
|||||||
- `dns leak report` flags: `<path>`, `--privacy <full|redacted|minimal>`
|
- `dns leak report` flags: `<path>`, `--privacy <full|redacted|minimal>`
|
||||||
|
|
||||||
## http
|
## http
|
||||||
- `http head|get <url>` flags: `--timeout-ms <n>`, `--follow-redirects <n>`, `--show-headers`, `--show-body`, `--max-body-bytes <n>`, `--http1-only`, `--http2-only`, `--http3` (feature `http3`), `--http3-only` (feature `http3`), `--geoip`, `--socks5 <url>`
|
- `http head|get <url>` flags: `--timeout-ms <n>`, `--follow-redirects <n>`, `--show-headers`, `--show-body`, `--max-body-bytes <n>`, `--http1-only`, `--http2-only`, `--http3` (required feature `http3`), `--http3-only` (required feature `http3`), `--geoip`, `--socks5 <url>`
|
||||||
|
|
||||||
## tls
|
## tls
|
||||||
- `tls handshake|cert|verify|alpn <host:port>` flags: `--sni <name>`, `--alpn <csv>`, `--timeout-ms <n>`, `--insecure`, `--socks5 <url>`, `--prefer-ipv4`, `--show-extensions`, `--ocsp`
|
- `tls handshake|cert|verify|alpn <host:port>` flags: `--sni <name>`, `--alpn <csv>`, `--timeout-ms <n>`, `--insecure`, `--socks5 <url>`, `--prefer-ipv4`, `--show-extensions`, `--ocsp`
|
||||||
|
|||||||
Reference in New Issue
Block a user