feat(proxy): add proxy deletion API endpoint

Implement handler for deleting frpc proxies with proper validation and error handling. The endpoint checks user permissions, validates input, removes the proxy configuration from the instance file, and returns appropriate responses.
This commit is contained in:
2026-03-19 22:25:00 +08:00
parent cf6e040c49
commit c7fc0136b0
3 changed files with 118 additions and 1 deletions
+1
View File
@@ -65,6 +65,7 @@ For detailed API documentation, please see [docs/api.md](docs/api.md)
- [ ] Add user config modify API
- [ ] Add frpc instance running status management API
- [ ] Add frpc instance log display API
- [ ] Fix random database lock when processing logs
## License