Files
Blitz-Proxy/changelog
2025-11-07 17:17:37 +00:00

19 lines
738 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 🚀 **[2.4.5] IP Limiter Management & Cleanup Improvements**
*Released: 2025-11-07*
#### ✨ **New Features**
* **Web UI:** Added “Clean IP Limiter” button to the settings page for easy management.
* **API:** Introduced `/api/limit/clean` endpoint to reset the IP limiter state remotely.
* **CLI:** Added `clean` command to manage IP limiter directly from the terminal.
#### 🧠 **Core Enhancements**
* Implemented backend logic to fully reset and clean the IP limiter database.
* Improved tracking and state handling for user IP connections.
#### 🐞 **Fixes**
* Fixed issue where resetting a user didnt properly clear usage fields.
* Ensured all disconnected users have their IPs removed from the limiter state.