oproxy v0.1.7, v0.1.8 and v0.1.9 released
By SecBurg
(Updated:
)
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.
Three releases landed this week. 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
Version 0.1.9 rounds it out with a code structure refactor:
What's Changed
* refactor: improve code structure and release v0.1.9 by @sauravrao637 in #26
Full Changelog: v0.1.8...v0.1.9
View the full releases on GitHub: v0.1.7, v0.1.8, and v0.1.9.
Happy hacking! :-)