v0.67.0

vadimdemedes/inkv0.67.0Jan 31, 2026by fatedier

AI Summary

This release introduces a client identification feature for frpc, allowing unique instance tracking via a `clientID` option, alongside a modernized web dashboard with dark mode and improved navigation. It also resolves an issue where UDP proxy headers were being sent on every packet.

Key Highlights

  • Added `clientID` option for unique client identification
  • Redesigned frp web dashboard with modern UI and dark mode
  • Fixed UDP proxy protocol header sending behavior

New Features

  • Client ID option for frpc
  • Redesigned web dashboard (modern UI, dark mode)

Full Release Notes

## Features

* 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 frp 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.