Added plugin interface definations

- Added wip plugin interface
- Merged in PR for lego update
- Minor code optimization
This commit is contained in:
Toby Chui
2025-02-19 21:25:50 +08:00
parent de9d3bfb65
commit 1116b643b5
9 changed files with 620 additions and 223 deletions

View File

@@ -314,7 +314,7 @@ func (router *Router) Restart() error {
return err
}
time.Sleep(800 * time.Millisecond)
time.Sleep(100 * time.Millisecond)
// Start the server
err = router.StartProxyService()
if err != nil {