mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-06 23:57:21 +02:00
Update autorenew.go
This commit is contained in:
parent
eb91865b70
commit
b653b805b8
@ -385,9 +385,9 @@ func (a *AutoRenewer) renewExpiredDomains(certs []*ExpiredCerts) ([]string, erro
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// For upgrading config from older version of Zoraxy which don't have timeout
|
//For upgrading config from older version of Zoraxy which don't have timeout
|
||||||
if certInfo.PropTimeout == 0 {
|
if certInfo.PropTimeout == 0 {
|
||||||
// Set default timeout
|
//Set default timeout
|
||||||
certInfo.PropTimeout = 300
|
certInfo.PropTimeout = 300
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user