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
- Version bump to 0.8.0
- Add e2e testing feature to README, docs, and Chinese translations
- Update local traffic docs: fwmark/IP_BOUND_IF replaces UID-based approach
- Update script usage examples with new argument format
- Remove deprecated --proxy-user from CLI table, add --fwmark
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
-**macOS**: Sets `IP_BOUND_IF` to bind outbound sockets to `lo0` when the upstream is on localhost, plus a `pass out quick` pf rule to exclude the upstream proxy destination
Copy file name to clipboardExpand all lines: docs/index.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -859,6 +859,10 @@ <h3>System Service</h3>
859
859
<h3>Async I/O</h3>
860
860
<p>Built on tokio with per-connection task spawning. Handles many concurrent connections efficiently with bidirectional relay.</p>
861
861
</div>
862
+
<divclass="feature">
863
+
<h3>E2E Tested</h3>
864
+
<p>Full end-to-end test suite exercises the real nftables/pf + proxy pipeline on both Linux and macOS, covering SOCKS5, HTTP CONNECT, DNS forwarding, and port-selective redirect.</p>
0 commit comments