修复证书申请代理设置,使用反代时不使用代理

This commit is contained in:
Fantajī × Neko 2025-05-29 15:10:47 +08:00
parent 9d4260062c
commit e58d8f4af1

View File

@ -321,7 +321,7 @@ class ACMEv2
}
));
if ($this->proxy) {
if ($this->proxy == 1) {
curl_set_proxy($this->ch);
}