Commit Graph

178 Commits (f84577bcda887f87c2db944fb54e544a9f0edbda)

Author SHA1 Message Date
neilpang d795fac37a update repo name 5 years ago
neil 130b67821c
Merge branch 'dev' into dev 6 years ago
Sylvia van Os 0fe08e1b33
Merge branch 'dev' into feature/dns-openprovider 6 years ago
neilpang 0629c2a086 move to wiki 6 years ago
bz-heilig 34be7e99f0
Update README.md
Added links for do.de API token creation and documentation of API.
6 years ago
Sylvia van Os 22bab90a90
Merge branch 'dev' into feature/dns-openprovider 6 years ago
Steven M. Miano 46fbd7f1e1 support ultradns.com api (#2117)
support ultradns.com api (#2117)
6 years ago
tambetliiv 5048c6c22a Add zone.ee (zone.eu) DNS API (#2151)
* add zone.ee (zone.eu) dns api
6 years ago
Sylvia van Os ea86ddc693
Merge branch 'dev' into feature/dns-openprovider 6 years ago
Sebastiaan Hoogeveen 88c6621cfe
Merge branch 'dev' into master 6 years ago
Sylvia van Os 19628c4732
Merge branch 'dev' into feature/dns-openprovider 6 years ago
Sylvia van Os 04eaf7f175 Add OpenProvider support 6 years ago
5ll 3d5c75420a
Changed Order 6 years ago
5ll 1d5967d143
Updated README with Core-Networks support 6 years ago
Sebastiaan Hoogeveen 78c92642e4
Merge branch 'dev' into master 6 years ago
neil 693d692a47
sync (#2127)
* Support for MyDevil.net (#2076)

support mydevil

* Fix verification for namecheap domains not *owned* by the calling user (#2106)

* Peb (#2126)

* support pebble
* support async finalize order

* add Pebble
6 years ago
dsc 23b4c9c667 add docs for one.com 6 years ago
Marcin Konicki 16a0f40ac2 Support for MyDevil.net (#2076)
support mydevil
6 years ago
Augustin-FL ec5fad433c Add online.net DNS API 6 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
Frank Laszlo 84d80e93bc Add support for Thermo, Nexcess, and Futurehosting DNS APIs 6 years ago
Sebastiaan Hoogeveen b7e92dbced Documentation update. 6 years ago
Tobias Mädel 75fe022f96 Changed order in readme, added do.de 6 years ago
Tobias Mädel bc839569fb
Merge branch 'dev' into dev 6 years ago
Tobias Mädel e2f1338f94 Added documentation 6 years ago
Milan Pála 572adbaad2 Add support for Active24.cz 6 years ago
Mike Barnes cd3ef8fa5a Correct edits to README.md this time 6 years ago
Mike Barnes 72ce37704b Native PointHQ support 6 years ago
Ivru ecf7dded07 Fix typo 6 years ago
neil ebb1a8af1b
Merge pull request #1978 from Ivru/feature/exoscale
Feature/exoscale
6 years ago
Aaron W. Swenson c8c1140f15 Linode API v4 Redo
The Cloud and Classic Manager work with different APIs, and so require
a separate module, which we introduce here.

The README has also been modified to state that the two are separate
and incompatible, and provides instructions on using either.
6 years ago
Aaron W. Swenson 9a473640fb Revert "Update Linode API to v4"
This reverts commit 9a27b38976.

Turns out, the Cloud Manager is not backward compatible, nor is the
Classic Manager forward compatible.
6 years ago
Ivru 67d3e8d049 Add Exoscape API support for DNSAPI 6 years ago
Daniel F. Dickinson 1a77490969 dnsapi: Add option to set zone for nsupdate
Some DNS servers for which dns_nsupdate.sh is applicable (such
as dyn.com's 'Standard DNS' TSIG update mechanism), require that
the zone be set during the nsupdate transaction.  Therefore we
add a new environment variable NSUPDATE_ZONE which is used to
set the zone for the DNS TSIG transaction.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
6 years ago
neil 7c1c36f043
Merge pull request #1944 from titanofold/dev
Update Linode API to v4
6 years ago
Adrian Almenar fb08b53f0b Add Neodigit.net DNS API 6 years ago
Aaron W. Swenson 9a27b38976 Update Linode API to v4
Linode API has made breaking changes that are resolved by this
update. No user action is required.

Additionally, related README.md entry updated to include new cloud
manager interface.
6 years ago
Oliver Dick ee258f1425
Merge branch 'dev' into feature/hosting.de-plugin 6 years ago
epgdatacapbon 14ad5955b5 Add DNS API support for MyDNS.JP 6 years ago
neil 0a9a11636a
Merge pull request #1892 from hebbet/patch-2
add link to cloudflare profile for api key
6 years ago
pavelaks 4b581f3720
Update README.md
Fix VSCALE example (add export before VSCALE_API_KEY)
6 years ago
hebbet a894b7cc9b
add link to cloudflare profil for api key 6 years ago
Oliver Dick d8885984ab
Merge branch 'dev' into feature/hosting.de-plugin 6 years ago
neil 56d6079c4a
Merge pull request #1831 from LLeny/master
Namecheap API
6 years ago
LLeny 7e130c2618 README fixes 6 years ago
LLeny f7e7e885a9 Usage 6 years ago
Oliver Dick 1dab353fdb
Merge branch 'dev' into feature/hosting.de-plugin 7 years ago
Herman Sletteng 12c900ea7d Gratisdns.dk: Fix typo in url, also added note recommending --dnssleep 300 7 years ago
Herman Sletteng 1756bbff84 DNS plugin for Danish service gratisdns.dk
Currently only supports primary domains. My use case does not involve
secondary domains so I'm not sure how it behaves, and cannot test it.
Might be as simple as turning all "primary"-references into a variable
that's either "primary" or "secondary", and make an extra check for this
in _get_domain...

Cookie handling heavily inspired by freedns plugin, including caching
the cookie in the config file, so we can rm without re-authenticating
7 years ago
linux-insideDE fc9d321ebe
Merge branch 'dev' into dev 7 years ago