Skip to content

Releases: JeninSutradhar/fortifynet_proxy

FortifyNet Proxy v2

14 Jan 18:23
cef9ec0

Choose a tag to compare

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.