v0.68.1

fatedier/frpv0.68.1Apr 13, 2026by fatedier

AI Summary

This patch release fixes a critical authentication bypass vulnerability in HTTP proxies that occurred when using specific configuration combinations involving routeByHTTPUser and httpUser/httpPassword.

Key Highlights

  • Fixed configuration-dependent authentication bypass in HTTP proxies
  • Proxy-style authentication failures now return 407 Proxy Authentication Required

Full Release Notes

## Fixes

* Fixed a configuration-dependent authentication bypass in `type = "http"` proxies when `routeByHTTPUser` is used together with `httpUser` / `httpPassword`. This affected proxy-style requests. Proxy-style authentication failures now return `407 Proxy Authentication Required`.