mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 09:58:14 -05:00
fix renew task
This commit is contained in:
parent
d659971c71
commit
c61b4155ce
@ -28,7 +28,7 @@ func (c *Controller) startTasks(node *panel.NodeInfo) {
|
||||
_ = c.userReportPeriodic.Start(false)
|
||||
if node.Tls {
|
||||
switch c.CertConfig.CertMode {
|
||||
case "reality", "none", "":
|
||||
case "reality", "none", "", "file":
|
||||
default:
|
||||
c.renewCertPeriodic = &task.Task{
|
||||
Interval: time.Hour * 24,
|
||||
|
Loading…
Reference in New Issue
Block a user