fix(auth): support multiple authentication tokens for frpc

This commit is contained in:
2026-01-13 00:04:50 +08:00
parent e7cc706c86
commit 9894342f46
2 changed files with 52 additions and 9 deletions

View File

@@ -90,7 +90,7 @@ func (pxy *UDPProxy) Close() {
func (pxy *UDPProxy) InWorkConn(conn net.Conn, _ *msg.StartWorkConn) {
xl := pxy.xl
xl.Infof("incoming a new work connection for udp proxy, %s", conn.RemoteAddr().String())
xl.Infof("收到一条新的 UDP 代理工作连接, %s", conn.RemoteAddr().String())
// close resources related with old workConn
pxy.Close()