- 23 Jun, 2022 2 commits
-
-
neil authored
-
William Sellitti authored
-
- 20 Jun, 2022 1 commit
-
-
William Sellitti authored
-
- 19 Jun, 2022 3 commits
-
-
William Sellitti authored
-
William Sellitti authored
-
William Sellitti authored
-
- 18 Jun, 2022 13 commits
-
-
William Sellitti authored
This reverts commit 149310e1.
-
William Sellitti authored
-
William Sellitti authored
Revert "seems like the escaped new lines aren't remaining escaped new lines with the new version of curl" This reverts commit a5d5113b.
-
William Sellitti authored
-
William Sellitti authored
-
William Sellitti authored
-
William Sellitti authored
-
William Sellitti authored
-
William Sellitti authored
-
William Sellitti authored
-
William Sellitti authored
-
William Sellitti authored
-
neil authored
-
- 15 Jun, 2022 3 commits
-
-
William Sellitti authored
-
William Sellitti authored
-
William Sellitti authored
-
- 11 Jun, 2022 1 commit
-
-
William Sellitti authored
-
- 31 May, 2022 1 commit
-
-
neil authored
sync
-
- 29 May, 2022 3 commits
-
- 24 May, 2022 1 commit
-
-
neil authored
Fix dns_nederhost to work correctly with wget instead of curl.
-
- 23 May, 2022 1 commit
-
-
neil authored
dnsapi/ionos: Update to API version 1.0.1
-
- 22 May, 2022 1 commit
-
-
Lukas Brocke authored
The REST API now sends back response bodies for UPDATE and CREATE operations.
-
- 21 May, 2022 2 commits
-
-
neil authored
Fix _dbase64 decode of OCI_CLI_KEY
-
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
-
-
neil authored
dns_aws: Fix when _acme-challenge is a hostedzone
-
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.
-
- 11 May, 2022 3 commits