- 21 Jun, 2022 1 commit
-
-
neilpang authored
-
- 07 Jun, 2022 1 commit
-
-
Guilherme Capilé authored
-
- 06 Jun, 2022 1 commit
-
-
Guilherme Capilé authored
fixed compatibility for UltraDNS API v3: https://docs.ultradns.neustar/Content/REST%20API/Content/REST%20API/Zone%20API/Zone%20API.htm; also a minor bugfix for fecthing the domain_id using egrep
-
- 05 Jun, 2022 1 commit
-
-
rm authored
-
- 04 Jun, 2022 1 commit
-
-
rm authored
-
- 01 Jun, 2022 2 commits
-
-
Reto Schüttel authored
fixes #3596
-
-
- 31 May, 2022 1 commit
-
-
Bob Belnap authored
When there are errors with namecheap hosts, acme.sh fails with: dns_namecheap.sh: line 262: _error: command not found Based on usage elsewhere in the file, I believe this should be _err
-
- 29 May, 2022 3 commits
-
- 22 May, 2022 1 commit
-
-
Lukas Brocke authored
The REST API now sends back response bodies for UPDATE and CREATE operations.
-
- 21 May, 2022 1 commit
-
-
Avi Miller authored
The change made in #4057 broke the decoding of OCI_CLI_KEY from the encoded OCI_CLI_KEY_FILE content so this removes the multiline parameter to fix it. Signed-off-by:
Avi Miller <avi.miller@oracle.com>
-
- 18 May, 2022 1 commit
-
-
Sebastiaan Hoogeveen authored
-
- 16 May, 2022 1 commit
-
-
Sebastiaan Hoogeveen authored
The dns_nederhost DNS API relies on the exact HTTP status code to be returned (e.g. 204); however, the _get function always returns 200 for a succesful call when using wget instead of curl. This patch fixes this by using the _post function for all requests done by dns_nederhost.
-
- 12 May, 2022 3 commits
-
-
Paul Lettington authored
-
neil authored
-
Manuel Sanchez Pinar authored
The function '_get_root' tries to retrieve the hostedzone iterating the domains, eg: 1. srv.prod.example.com 2. prod.example.com 3. example.com This doesn't work if '_acme-challenge' is in it's own hostedzone for security reasons. Starting that iteration with '_acme-challenge.srv.prod.example.com' fixes this issue.
-
- 10 May, 2022 1 commit
-
-
denkristoffer authored
-
- 02 May, 2022 1 commit
-
-
nicolaspn authored
-
- 28 Apr, 2022 1 commit
-
-
Lorenz Stechauner authored
Signed-off-by:
Lorenz Stechauner <lorenz.stechauner@necronda.net>
-
- 25 Apr, 2022 1 commit
-
-
Jakob Aarup Skov authored
-
- 16 Apr, 2022 1 commit
-
-
DerVerruckteFuchs authored
-
- 15 Apr, 2022 1 commit
-
-
Marcin Konicki authored
MyDevil updated their tool to require y|n confirmation when deleting record.
-
- 13 Apr, 2022 1 commit
-
-
Christopher Cope authored
-
- 12 Apr, 2022 1 commit
-
-
neil authored
-
- 10 Apr, 2022 1 commit
-
-
Bruce Lam authored
-
- 07 Apr, 2022 1 commit
-
-
hyper_ch authored
-
- 06 Apr, 2022 1 commit
-
-
Kevin Brown authored
-
- 25 Mar, 2022 1 commit
-
-
neil authored
-
- 23 Mar, 2022 1 commit
-
-
Timur Umarov authored
-
- 15 Mar, 2022 1 commit
-
-
waldner authored
-
- 10 Mar, 2022 1 commit
-
-
Nikolaj Brinch Jørgensen authored
-
- 09 Mar, 2022 3 commits
-
-
Gabriel Thörnblad authored
-
lufi42 authored
This implementation of the Plesk API will add support for Plesk web admin edition and will now discover all domains ( of customers & administrative users) managed by the specific plesk instance. The previous implementation of the Plesk API uses the customer API. This brings two problems: 1. The current API call only fetches the domains of resellers/customers and not the domains that are managed by administrative users. compare: https://docs.plesk.com/en-US/obsidian/api-rpc/about-xml-api/reference/managing-customer-accounts/retrieving-the-list-of-customer%E2%80%99s-domains.75309/ https://docs.plesk.com/en-US/obsidian/api-rpc/about-xml-api/reference/managing-plesk-server/getting-server-information/response-packet-structure-and-samples/list-of-domains.75294/ 2. The customer API is only available in the web pro/host editions. The most common license on VPS/Dedicated Servers is nowadays the web admin edition. See: https://www.plesk.com/editions/ The correct way to get all domains in all Plesk editions is to use the Sites (Domains) API: https://docs.plesk.com/en-US/obsidian/api-rpc/about-xml-api/reference/managing-sites-domains/getting-information-about-sites.66583/ This way is working for all plesk editions the same way.
-
lufi42 authored
This implementation of the Plesk API will add support for Plesk web admin edition and will now discover all domains managed by the specific plesk instance. The existing implementation of the Plesk API uses the customer API. This brings two problems: 1. The current API call only fetches the domains of resellers/customers and not the domains that are managed by administrative users. compare: https://docs.plesk.com/en-US/obsidian/api-rpc/about-xml-api/reference/managing-customer-accounts/retrieving-the-list-of-customer%E2%80%99s-domains.75309/ https://docs.plesk.com/en-US/obsidian/api-rpc/about-xml-api/reference/managing-plesk-server/getting-server-information/response-packet-structure-and-samples/list-of-domains.75294/ 2. The customer API is only available in the pro/admin editions. The most common license on VPS/Dedicated Servers is the web host edition. See: https://www.plesk.com/editions/ The correct way to get all domains in all Plesk editions is to use the Sites (Domains) API: https://docs.plesk.com/en-US/obsidian/api-rpc/about-xml-api/reference/managing-sites-domains/getting-information-about-sites.66583/
-
- 07 Mar, 2022 1 commit
-
-
Gabriel Thörnblad authored
-
- 05 Mar, 2022 1 commit
-
-
waldner authored
-
- 04 Mar, 2022 1 commit
-
-
Gabriel Thörnblad authored
Loopia API is now less tolerant so we need another <value> tag surrounding the <struct>
-
- 19 Feb, 2022 1 commit
-
-
richard-9000 authored
Extended the regex to skip the new transferkey and hmac sections of opnsense bind.
-