Commit Graph

157 Commits

Author SHA1 Message Date
Frank Laszlo 84d80e93bc Add support for Thermo, Nexcess, and Futurehosting DNS APIs 2019-02-06 10:42:11 -05:00
Tobias Mädel 75fe022f96 Changed order in readme, added do.de 2019-01-25 15:26:41 +01:00
Tobias Mädel bc839569fb
Merge branch 'dev' into dev 2019-01-25 14:38:35 +01:00
Tobias Mädel e2f1338f94 Added documentation 2019-01-24 17:05:01 +01:00
Milan Pála 572adbaad2 Add support for Active24.cz 2019-01-23 14:27:13 +01:00
Mike Barnes cd3ef8fa5a Correct edits to README.md this time 2019-01-08 15:59:29 +11:00
Mike Barnes 72ce37704b Native PointHQ support 2019-01-08 15:59:29 +11:00
Ivru ecf7dded07 Fix typo 2019-01-03 08:39:51 +01:00
neil ebb1a8af1b
Merge pull request #1978 from Ivru/feature/exoscale
Feature/exoscale
2018-12-22 10:55:25 +08:00
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.
2018-12-20 11:01:34 -05:00
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.
2018-12-20 11:00:10 -05:00
Ivru 67d3e8d049 Add Exoscape API support for DNSAPI 2018-12-20 16:07:05 +01:00
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>
2018-12-13 01:55:43 -05:00
neil 7c1c36f043
Merge pull request #1944 from titanofold/dev
Update Linode API to v4
2018-12-04 21:44:46 +08:00
Adrian Almenar fb08b53f0b Add Neodigit.net DNS API 2018-12-03 18:42:33 +01:00
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.
2018-12-02 12:10:10 -05:00
Oliver Dick ee258f1425
Merge branch 'dev' into feature/hosting.de-plugin 2018-11-28 14:34:09 +01:00
epgdatacapbon 14ad5955b5 Add DNS API support for MyDNS.JP 2018-11-24 02:02:53 +09:00
neil 0a9a11636a
Merge pull request #1892 from hebbet/patch-2
add link to cloudflare profile for api key
2018-11-10 21:32:48 +08:00
pavelaks 4b581f3720
Update README.md
Fix VSCALE example (add export before VSCALE_API_KEY)
2018-11-10 12:10:06 +03:00
hebbet a894b7cc9b
add link to cloudflare profil for api key 2018-10-24 16:33:02 +02:00
Oliver Dick d8885984ab
Merge branch 'dev' into feature/hosting.de-plugin 2018-09-12 10:04:45 +02:00
neil 56d6079c4a
Merge pull request #1831 from LLeny/master
Namecheap API
2018-09-09 21:14:10 +08:00
LLeny 7e130c2618 README fixes 2018-09-08 07:05:44 +08:00
LLeny f7e7e885a9 Usage 2018-09-07 20:52:10 +08:00
Oliver Dick 1dab353fdb
Merge branch 'dev' into feature/hosting.de-plugin 2018-08-30 14:28:50 +02:00
Herman Sletteng 12c900ea7d Gratisdns.dk: Fix typo in url, also added note recommending --dnssleep 300 2018-08-29 00:46:54 +02:00
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
2018-08-24 02:12:33 +02:00
linux-insideDE fc9d321ebe
Merge branch 'dev' into dev 2018-08-22 21:07:05 +02:00
KUDO Takashi 2e74df2583 Add support ConoHa DNS API 2018-08-22 23:25:55 +09:00
linux-insideDE dc267663a7
Merge branch 'dev' into dev 2018-08-21 21:15:53 +02:00
Janos Lenart 9c39121e99 Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev 2018-08-21 13:32:29 +00:00
Janos Lenart 1d4dec5510 Moved dns_gcloud to 47. 2018-08-15 12:05:57 +01:00
Janos Lenart 0a3ac1f5c3 Added support for Google Cloud DNS API (dns_gcloud) 2018-08-15 12:03:38 +01:00
Hitoshi 22cd408efb add dns api support for dnspod.com 2018-08-12 18:15:20 +08:00
Oliver Dick ed95509a4f hosting.de API keys can contain special chars, so using simple quotes 2018-08-02 15:47:02 +02:00
Oliver Dick 4162975f9f added hosting.de API to README's 2018-08-02 15:43:40 +02:00
Michael 616b0b6baa fixed shfmt related errors in dns_euserv.sh and modified README.md 2018-07-08 22:50:52 +02:00
Michael d99968ee6d Modified dnsapi/README.md 2018-07-08 16:25:35 +02:00
Michael 94f91ae687 initial version with Euserv.eu DNS API Support
- added dnsapi/dns_euserv.sh
 - modified dnsapi/README.md
2018-07-08 16:17:57 +02:00
linux-insideDE ed2ba6bc3a
removed jq dependencies 2018-05-15 16:22:40 +02:00
linux-insideDE 3cd5b9ca2e
added netcup dns api 2018-05-15 13:21:25 +02:00
neil d9db90752e
Merge pull request #1579 from par-pa/support-tele3
Support tele3
2018-05-04 22:29:10 +08:00
neilpang 681e3785ef add dns alias mode 2018-05-04 22:23:56 +08:00
Roman Bližík 4e05062def add tele3-dns plugin 2018-04-30 15:09:51 +02:00
Jan-Otto Kröpke 63f3283591 Add Support for inwx mobile tan 2018-04-10 20:02:57 +02:00
Wolfgang Ebner dd72f7638d add acme-dns plugin 2018-04-03 10:18:54 +02:00
neil 446388e0ba
Merge pull request #1378 from ivarmedi/master
Add dns_loopia
2018-04-01 09:51:22 +08:00
neil 3d563dea87
Merge pull request #1444 from adrum/patch-1
Fixed Dreamhost ENV var name in dnsapi/README.md
2018-04-01 09:48:48 +08:00
Ivar Larsson b7d573a4b8 Merge branch 'dev' of github.com:Neilpang/acme.sh 2018-03-28 22:05:39 -04:00