ProxyBridge v4.0.0
Platform Notice: v4.0.0 is currently available for Windows only. Linux and macOS builds are in pre-development and will be released in a future update.
β¨ New Features
π IPv6 Support https://github.com/InterceptSuite/ProxyBridge/issues/78
Full IPv6 support across logging, routing, and proxy - ProxyBridge now handles IPv6 end-to-end.
π Multiple Proxy Configurations https://github.com/InterceptSuite/ProxyBridge/issues/44
Save multiple proxy configurations and assign different proxies to different rules simultaneously. No more swapping configs manually.
π€ Profiles https://github.com/InterceptSuite/ProxyBridge/issues/98
Create, switch, import, and export profiles - each profile bundles your full ProxyBridge configuration into a single portable file, making it easy to manage separate setups for different use cases.
π Domain Name Forwarding https://github.com/InterceptSuite/ProxyBridge/issues/138
ProxyBridge now sends domain names directly to the proxy server instead of resolving them locally first, enabling proper remote DNS resolution. Closes #138.
π Log Filters https://github.com/InterceptSuite/ProxyBridge/issues/97 https://github.com/InterceptSuite/ProxyBridge/issues/150
Filter connection logs by process, IP, port, protocol, and action using include/exclude rules with wildcard support.
β‘ Toolbar Quick Actions https://github.com/InterceptSuite/ProxyBridge/issues/102
Proxy rules and config are now accessible directly from the main toolbar.
π§Ή Auto-Clear Connection Logs
Optionally auto-trim connection logs when they exceed the configured limit.
π₯οΈ CLI Rewritten in C
The CLI has been rewritten from scratch - migrated from C# to C for improved performance and portability.
π Bug Fixes
ποΈ Removed
- DNS via Proxy - Removed the DNS via Proxy feature along with all associated UI, settings, and C-layer code. Use Domain Name Forwarding instead for remote DNS resolution.