mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 04:30:08 +00:00
fix: renewCertTask
This commit is contained in:
@@ -32,7 +32,7 @@ func (c *Controller) startTasks(node *panel.NodeInfo) {
|
||||
default:
|
||||
c.renewCertPeriodic = &task.Task{
|
||||
Interval: time.Hour * 24,
|
||||
Execute: c.reportUserTrafficTask,
|
||||
Execute: c.renewCertTask,
|
||||
}
|
||||
log.WithField("tag", c.tag).Info("Start renew cert")
|
||||
// delay to start renewCert
|
||||
|
||||
Reference in New Issue
Block a user