Commit Graph

178 Commits

Author SHA1 Message Date
Meowthink eb207322d3 Add namesilo.com dns api support 2018-01-14 18:52:44 +08:00
Jens Hartlep ae29929714 added dns api for servercow 2017-12-09 19:32:53 +01:00
speedmann f7c346de09 Fix order in README and add link to inwx.de and apidocs 2017-12-09 14:20:36 +01:00
speedmann 454ad6f8bd
Merge branch 'dev' into master 2017-12-09 14:10:01 +01:00
Aarup fb6e0658cf update README 2017-12-08 14:09:04 +01:00
speedmann 657334fb67 Add support for inwx.de API 2017-12-07 11:47:01 +01:00
Aarup 78712245f7 Add UnoEuro to README 2017-12-06 12:13:40 +01:00
Daniel Lo Nigro 212d0f24d8 [cloudns] Add support for sub user IDs 2017-10-31 22:36:17 -07:00
neilpang 4c99c0127b add dev guide 2017-11-01 10:14:44 +08:00
sahsanu ee56b9cd4e Update ClouDNS.net API doc
Update ClouDNS.net API doc to show that CLOUDNS_AUTH_ID and CLOUDNS_AUTH_PASSWORD will be saved in ~/.acme.sh/account.conf
2017-10-07 21:31:24 +02:00
Lonnie Abelbeck 96801e3478 Update DuckDNS support, fix failure on first call, no longer save the domain/username as a global, and other tweaks 2017-08-11 16:46:29 -05:00
neilpang 5c3b41bd93 format 2017-08-04 21:57:45 +08:00
Ondrej Simek d988542afc Sync with upstream 2017-07-23 05:09:48 +02:00
Vladimir Berezhnoy ae302ee600 reformat docs 2017-07-14 03:51:08 +03:00
Vladimir Berezhnoy 283ef9adb7 minor fixes 2017-07-14 03:26:36 +03:00
Vladimir Berezhnoy 377fe5ecde add documentation 2017-07-14 03:26:36 +03:00
Ondrej Simek 7d64e141e4 Add dns_he - DNS API script for Hurricane Electric DNS service
... Although not yet fully Posix compatible.
2017-07-12 20:24:54 +02:00
Lonnie Abelbeck 42b2adc03e Add 'dns_dyn' DNS challenge validation script for Dyn Managed DNS API
dns_dyn.sh, remove empty line at end

dns_dyn.sh, remove trailing spaces at end of line

Replace 'head -n' with the '_head_n' function

Update main README.md DNS API list
2017-07-08 07:06:51 -05:00
RaidenII 333090a967 Fix README.md for DNS API. 2017-07-02 06:38:25 -07:00
RaidenII 3002f6dfd5 Updated README.md for Name.com API application. 2017-07-02 06:02:44 -07:00
RaidenII 1a504118e5 Updated DNS API support list. 2017-07-02 04:55:06 -07:00
Mark Felder 7eea9533e8 Update README.md
Fix usage documentation for dns_nsupdate. The NSUPDATE_KEY env needs to be a path to a file.
2017-05-22 14:53:26 -05:00
nytral dff641a665 I can do it... just discovered vmdiff 2017-05-08 16:07:45 +02:00
nytral 47a25cc3e8 Merge github.com:justmwa/acme.sh
Conflicts:
	dnsapi/README.md
	dnsapi/dns_nsone.sh
2017-05-08 16:02:31 +02:00
nytral 5e3a5f627a last but not least 2017-05-08 15:51:01 +02:00
justmwa 9201e0a5b9 Merge branch 'dev' into master 2017-05-08 15:32:02 +02:00
Matthew Turney 2b09253961
link to contributor repo for support issues relating to the dnsimple API integration 2017-05-02 08:59:37 -05:00
Matthew Turney 1994c6828e
include dnsimple api
Even though DNSimple is technically covered with lexicon not all
systems can install python pip's easily. For these systems it is useful
to have pure shell script API interactions.
2017-05-02 08:59:37 -05:00
shar0119 90c70fa5bf Merge branch 'dev' into patch-3 2017-04-26 15:58:58 -07:00
shar0119 a6e5876d96 Resolved conflict.
Resolved conflict.
2017-04-25 19:33:54 -07:00
Aleksey Loban 020f9cd2a6 small Fix readme [skip ci] 2017-04-21 13:15:39 +03:00
Aleksey Loban dbe68684a0 Fix readme 'Use VSCALE API' [skip ci] 2017-04-21 12:30:21 +03:00
LAV45 27a05ff271 Add dns_vscale.sh 2017-04-19 23:34:14 +03:00
shar0119 afb67d375f Updated README.md (2 of 2) 2017-04-03 14:01:40 -07:00
Josh Soref 3d22708f67 spelling: automatically 2017-03-26 05:24:38 +00:00
Jason d039295070 Added Infoblox references 2017-03-23 14:15:17 -05:00
boyanpeychev 3e9478b58d Update README information for ClouDNS 2017-03-15 17:25:01 +02:00
boyanpeychev 3b7fbcd0c3 Add DNS API support for ClouDNS 2017-03-14 13:24:09 +02:00
thewer ac690fceaf Added DigitalOcean (native) API that requires only a read/write API key for DigitalOcean, updated 2 reads files. 2017-03-09 22:28:30 +10:00
nytral 7d0452c7e3 added NS1. support 2017-03-08 22:12:37 +01:00
csmk 9c87a5890d
Add support for Knot DNS API
The script is actually an adapted version of the `dns_nsupdate.sh` script,
as the `knsupdate` utility is quite similar to `nsupdate`.
2017-03-05 22:18:31 +09:00
neilpang 9683ffe13a minor fix error message 2017-02-28 20:39:23 +08:00
Frederic Crozat fab2d9dc6a add API for Gandi LiveDNS (#680)
* add API for Gandi LiveDNS

* ensure Gandi API key is saved for renewing certificate.

* gandi_livedns: use PUT instead of POST for creating DNS record

* gandi_livedns: fix formatting

* dns_gandi_livedns: fix shellcheck errors
2017-02-28 19:58:04 +08:00
Stefan Seidel abf4278d09 resolve conflicts 2017-02-23 21:02:21 +00:00
Stefan Seidel 3d6a125bdc add documentation 2017-02-23 21:00:40 +00:00
Armando Lüscher afa3fc8bf9
Adapt to use general naming rule for account variables. 2017-02-12 12:24:57 +01:00
Armando Lüscher edfefb6763
Add usage instructions and repo link to post issues. 2017-02-12 12:24:57 +01:00
David Kerr f78b656f5f Add error message if fails to add TXT record for missing security code (probably a FreeDNS public domain) 2017-02-04 10:21:58 -05:00
David Kerr e6b940e247 Minor edits to FreeDNS documentation 2017-02-03 22:59:22 -05:00
David Kerr 40e6ba1100 fix heading level to match others. 2017-02-01 17:12:52 -05:00
David Kerr 0aed065a75 Updates to README.md 2017-02-01 17:08:26 -05:00
Philipp Grosswiler dd17ac5045 Added instructions on how to get the Linode API key. 2017-01-31 10:56:34 +07:00
Philipp Grosswiler 38f2334360 Added support for Linode DNS API. 2017-01-16 15:42:17 +07:00
Paul Koppen 180f05f6f0 Add instructions for the Alwaysdata API. 2017-01-03 12:16:22 +00:00
neil 58bb94d7c7 Update README.md 2016-11-25 22:20:54 +08:00
sjau 192ede5e64 Added ISPConfig DNS API 2016-11-24 16:00:32 +01:00
baiyangliu be39ab32d1 Add DNS API support for aliyun (#410)
* Add DNS API support for aliyun

* Update README.md

* format

* format

* format

* format...

* format...

* format

* format

* fix bug

* fix bug

* code format

* code format

* fix bug

* just ok...

* fix bug

* fix bug

* fix bug

* change "echo" to "printf"

* fix bug

* code format

* fix bug."head -c" in function _ali_nonce not supported by solaris

* fix bug."head -c" in function _ali_nonce not supported by solaris

* format

* fix bug._ali_nonce not work on solaris

* fix bug. _ali_nonce not work on solaris

* fix bug. _ali_nonce not work on solaris

* add aliyun.com to README.md
2016-11-24 21:49:45 +08:00
neilpang 5b771039fc Support AWS Route53 api 2016-11-20 23:21:07 +08:00
Armando Lüscher d20831e41a
Update DNS API readme 2016-11-15 14:43:15 +01:00
neil 9882f3429a Update README.md 2016-11-15 17:28:15 +08:00
Philippe Kueck ce38ecb966
merge with upstream 2016-11-14 15:59:42 +01:00
Philippe Kueck 13ffa17048
add documentation for dns_nsupdate 2016-11-14 15:56:07 +01:00
nytral b9091e14b3 adding DNSMadeEasy API 2016-11-09 23:11:19 +08:00
nytral f58e83ee87 READMEs edit 2016-11-06 16:52:43 +01:00
Peter Lyons caa2e45a8c use RFC2606 example.com domain in docs (#327)
https://www.rfc-editor.org/rfc/rfc2606.txt
2016-10-13 10:14:36 +08:00
Maxim Zalysin d6f0c2b52b Add support PowerDNS API (#322)
* Add support PowerDNS API

* Small fixes
2016-10-09 21:56:04 +08:00
neil 73ba54a502 Support OVH domain api 2016-08-25 11:03:25 +08:00
neil 30de13b4df support Godaddy domaain api 2016-07-29 18:07:16 +08:00
Trevor Goodyear 3e99ffe692 Update README.md to fix typo: scrypt -> script 2016-07-04 13:00:17 -04:00
neil d07e8f91c4 Update README.md 2016-06-14 12:00:19 +08:00
rajcz d65e3d9a6e typos 2016-06-03 18:12:34 +08:00
neil 06e8b869b9 Update README.md 2016-05-11 13:27:33 +08:00
neil 61579ec329 Update README.md 2016-05-08 21:47:37 +08:00
neil 158f22f733 fix compatible for sh. rename api. '-' is not allowed in the function name. 2016-04-16 22:31:17 +08:00
neil 5c917113e8 V2 help 2016-04-09 23:57:29 +08:00
neil 86c9e55ca2 fix doc error 2016-02-07 20:14:53 +08:00
neil 855d949985 fix links 2016-02-07 18:37:04 +08:00
neil 39c6df299c readme for using api 2016-02-07 18:29:28 +08:00