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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user