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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improvements from Previous Versions
Dynamic Target Resolution: Previously the proxy would forward all requests to a static target, but now it forwards the request to the actual target specified in the request URL.
Corrected Direct Connection Handling: Fixed the issues for direct connection by creating a complete URL.
Corrected SOCKS5 Connections: Fixed the SOCKS5 connect logic by using host and port separately.
Improved Caching: Caching logic is improved to make the proxy more robust.
Enhanced Error Handling: Improved error handling with anyhow and comprehensive logging.
Code Clarity: Improved the readability of code and proper documentation.
Metrics: Metrics has been implemented to get the required data regarding the traffic.
Dashboard: Dashboard has been implemented to get view the metrics.