add plugin system

This commit is contained in:
ginuerzh
2023-04-18 20:55:04 +08:00
parent 3d15dedab2
commit b2434dd05b
4 changed files with 39 additions and 34 deletions

View File

@ -16,6 +16,7 @@
- [x] [Routing control](https://gost.run/en/concepts/bypass/)
- [x] [Admission control](https://gost.run/en/concepts/limiter/)
- [x] [Bandwidth/Rate Limiter](https://gost.run/en/concepts/limiter/)
- [x] [Plugin System](https://gost.run/en/concepts/plugin/)
- [x] [Prometheus metrics](https://gost.run/en/tutorials/metrics/)
- [x] [Dynamic configuration](https://gost.run/en/tutorials/api/config/)
- [x] [Web API](https://gost.run/en/tutorials/api/overview/)