mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-02-21 15:31:12 +08:00
修复证书申请代理设置,使用反代时不使用代理
This commit is contained in:
parent
9d4260062c
commit
e58d8f4af1
@ -321,7 +321,7 @@ class ACMEv2
|
||||
}
|
||||
));
|
||||
|
||||
if ($this->proxy) {
|
||||
if ($this->proxy == 1) {
|
||||
curl_set_proxy($this->ch);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user