You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.3.0 fixes HTTP/2 stealth mode — direct visitors over HTTP/2 now
correctly receive a fake nginx 404 instead of a 407 proxy auth response.
Updates cross-compilation docs to use Docker instead of cargo-zigbuild.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ A stealth HTTPS forward proxy in Rust. It auto-obtains TLS certificates via Let'
5
5
## Features
6
6
7
7
-**Automatic TLS** — Certificates issued and renewed via ACME (TLS-ALPN-01 on port 443, no port 80 needed)
8
-
-**Stealth mode** — Non-proxy requests get an identical nginx-style 404; proxy requests with bad auth get a standard 407 so real clients (Chrome, curl) can authenticate
9
-
-**HTTP/2 support** — Full HTTP/2 with extended CONNECT protocol (RFC 8441) for browser compatibility
8
+
-**Stealth mode** — Non-proxy requests get an identical nginx-style 404 over both HTTP/1.1 and HTTP/2; proxy requests with bad auth get a standard 407 so real clients (Chrome, curl) can authenticate
9
+
-**HTTP/2 support** — Full HTTP/2 with extended CONNECT protocol (RFC 8441) for browser compatibility; correct stealth behavior for HTTP/2 clients
10
10
-**CONNECT tunneling** — Full HTTPS tunnel support for proxying TLS traffic
0 commit comments