mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
udp: fix proxy protocol header sent on every packet instead of first packet only (#5119)
This commit is contained in:
@@ -2,3 +2,7 @@
|
||||
|
||||
* frpc now supports a `clientID` option to uniquely identify client instances. The server dashboard displays all connected clients with their online/offline status, connection history, and metadata, making it easier to monitor and manage multiple frpc deployments.
|
||||
* Redesigned the frps web dashboard with a modern UI, dark mode support, and improved navigation.
|
||||
|
||||
## Fixes
|
||||
|
||||
* Fixed UDP proxy protocol sending header on every packet instead of only the first packet of each session.
|
||||
|
||||
Reference in New Issue
Block a user