v0.68.1
casey/justv0.68.1Apr 13, 2026by fatedier
AI Summary
Frpc v0.68.1 fixes a configuration-dependent authentication bypass in HTTP proxies.
Key Highlights
- Fix authentication bypass in http proxies with routeByHTTPUser
- Proxy-style authentication failures now return 407 Proxy Authentication Required
New Features
- Security fix for proxy authentication
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`.