fea: support import profile from openvpn client

This commit is contained in:
Daniel Ding
2023-12-29 17:04:13 +08:00
parent 5cc295ea3f
commit 6efbb74f0f
3 changed files with 86 additions and 0 deletions

View File

@@ -21,4 +21,5 @@ func Add(router *mux.Router, switcher Switcher) {
Config{Switcher: switcher}.Router(router)
Version{}.Router(router)
Log{}.Router(router)
OpenAPI{}.Router(router)
}