mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: change IP discovery URL, fixes #2419
This commit is contained in:
@@ -19,6 +19,9 @@ Added:
|
|||||||
Fixed:
|
Fixed:
|
||||||
* sftp update of write protected cert files with a numeric owner (#2426)
|
* sftp update of write protected cert files with a numeric owner (#2426)
|
||||||
|
|
||||||
|
Changed:
|
||||||
|
* Namecheap: change IP discovery URL to avoid rate-limits (#2419)
|
||||||
|
|
||||||
2.5
|
2.5
|
||||||
|
|
||||||
Added:
|
Added:
|
||||||
|
|||||||
+1
-1
@@ -45,7 +45,7 @@ class DnsNamecheap extends Base implements LeValidationInterface
|
|||||||
$this->acme_env['NAMECHEAP_SOURCEIP'] = (string)$this->config->dns_namecheap_sourceip;
|
$this->acme_env['NAMECHEAP_SOURCEIP'] = (string)$this->config->dns_namecheap_sourceip;
|
||||||
} else {
|
} else {
|
||||||
// Use a public service to get our source IP for Namecheap API
|
// Use a public service to get our source IP for Namecheap API
|
||||||
$this->acme_env['NAMECHEAP_SOURCEIP'] = 'https://ifconfig.co/ip';
|
$this->acme_env['NAMECHEAP_SOURCEIP'] = 'https://ipinfo.io/ip';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user