oproxy v0.1.7 and v0.1.8 released
By SecBurg
oproxy is an open-source local proxy server for inspecting, replaying, and modifying HTTP, HTTPS, and SOCKS5 traffic. Built in Rust with a JavaScript frontend, it supports request breakpoints, traffic rules, Lua scripting, mock responses, DNS overrides, and an AI assistant via any OpenAI-compatible model.
Two releases landed today. Version 0.1.7 brings proxy redirect fixes and new protocol support:
What's Changed
* Fix Proxy Handling redirects by @n1LWeb in #24
* New protocol support by @sauravrao637 in #21
New Contributors
* @n1LWeb made their first contribution in #22
Full Changelog: v0.1.6...v0.1.7
Version 0.1.8 follows up with AI assistant enhancements and a fix for LAN IP detection used in the QR code and network-info features:
What's Changed
* feat: assistant enhancements + fix LAN IP detection for QR/network-info by @sauravrao637 in #25
Full Changelog: v0.1.7...v0.1.8
View the full releases on GitHub: v0.1.7 and v0.1.8.
Happy hacking! :-)