feat(proxy): add modify proxy API endpoint and functionality

Implement proxy modification feature including:
- New modifyFrpcProxy function in config.go
- New ModifyProxyHandler in frpcProxyAct.go
- New API endpoint in router.go
- Updated API documentation in docs/api.md
This commit is contained in:
2026-03-31 23:03:51 +08:00
parent f4d742de04
commit 0e578c422f
5 changed files with 215 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ For detailed API documentation, please see [docs/api.md](docs/api.md)
- [x] Add frpc instance log display API
- [x] Fix random database lock when processing logs
- [ ] Add frpc createdBy storage and display
- [x] Add frpc proxy management API
- [x] Fix backend can still start frpc instance when it is already running
- [ ] Develop an agent software to handle windows service management
- [ ] Refactor all log output level to be more clear