Commit Graph

6 Commits (799e402077f7430895c98d445e0d61cdec16b64a)

Author SHA1 Message Date
Tom Cocca 16d0416f22 trigger GH Actions again 3 years ago
Tom Cocca b9aa4f4478 trigger a GH actions change 3 years ago
Tom Cocca 8d3ad3a8c1 Rackspace changed their API response, fixed the sed matching 3 years ago
Ian Wienand 8b3d792bec dns_rackspace: search for domain
The current call uses the /domains end-point which lists all domains.
This only returns 100 domains at a time, so for long domain lists you
may not match and find the required ID.

Switch to using the search interface that only returns values matching
the requested domain.  This will avoid missing results.

Reported by @jjamfd.

Closes: #2944
5 years ago
neilpang d795fac37a update repo name 5 years ago
Tom Cocca d30b441ede Rackspace Cloud DNS
Support Rackspace Cloud DNS

This commit is based on the original pull request by tcocca
  https://github.com/Neilpang/acme.sh/pull/1297

Addtional cleanup was provided by senseisimple in
  https://github.com/Neilpang/acme.sh/pull/1999

This pull request has squashed the changes for review, fixed a minor
(but breaking) problem with the field ordering in the response, and
added documenation per the API guide.

Co-Author: Chris <chris@chrisnovoa.com>
Co-Author: Ian Wienand <ian@wienand.org>
6 years ago