mirror of
https://github.com/fatedier/frp.git
synced 2026-07-16 09:19:17 +08:00
606 B
606 B
Features
- Added dashboard API v2 pagination endpoints for users, clients, and proxies.
- The frps dashboard Clients and Proxies pages now use API v2 pagination and server-side search, including proxy type filtering and searchable proxy spec fields such as remote ports, custom domains, and subdomains.
Fixes
- WebSocket and WSS tunnel payloads are now sent as binary frames, avoiding disconnects through RFC-compliant intermediaries that validate text frames as UTF-8.
- The
tls2rawclient plugin now writes the proxy protocol header to the local raw connection when proxy protocol is enabled.