Commit Graph

5177 Commits

Author SHA1 Message Date
neil c6f55bc4ab Mac OSX
Dev
2016-12-06 19:05:39 +08:00
neilpang b28a3db3d6 Mac OSX 2016-12-06 19:03:59 +08:00
neilpang b9ece28f68 add osx CI 2016-12-06 19:02:46 +08:00
neil 79b4907cb9 Merge pull request #449 from Neilpang/dev
support aws remove
2016-12-06 16:56:28 +08:00
neilpang dfbc244b00 support aws remove 2016-12-06 16:52:02 +08:00
neil b23d5e26e2 Merge pull request #448 from Neilpang/dev
Dev
2016-12-06 16:06:19 +08:00
neilpang f1f3074306 fix format 2016-12-06 15:54:19 +08:00
neilpang f162ad193f support dnspod remove 2016-12-06 15:46:22 +08:00
neil 5254f300f9 Merge pull request #447 from Neilpang/dev
Dev
2016-12-06 15:32:26 +08:00
neilpang c0d0100ca8 fix format 2016-12-06 15:18:02 +08:00
neilpang 21f201e371 support cloudflare rm function 2016-12-06 14:58:36 +08:00
neil bbc378ed8f Merge pull request #445 from Neilpang/dev
update template
2016-12-06 14:03:02 +08:00
neilpang e2d494321c update template 2016-12-06 14:02:31 +08:00
neil c2df8043db Merge pull request #444 from Neilpang/dev
Dev
2016-12-06 13:58:06 +08:00
neilpang df62150b5a Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev 2016-12-06 13:55:28 +08:00
neilpang eea52a5fa6 update api template 2016-12-06 13:55:06 +08:00
neil 2d9015b840 Merge pull request #441 from Neilpang/dev
Dev
2016-12-05 09:04:23 +08:00
neil 187ef29914 Merge pull request #440 from vjt/patch-1
Fix AWS Route53 API consumer
2016-12-05 09:03:37 +08:00
Marcello Barnaba c12be766e9 Fix Route53 API consumer
Ignoring the Chthlulu argument 😃, Route53 returns its XML all on one line, making not possible to grep the hosted zone record with egrep/sed.

This change splits the XML in multiple lines, so that parsing can succeed.
2016-12-04 20:15:48 +01:00
neil 2168458f11 Merge pull request #439 from Neilpang/dev
support CloudXNS rm method
2016-12-04 22:22:54 +08:00
neil 8cf0725593 Merge pull request #433 from kookxiang/dev
Automatically delete acme txt record for CloudXNS
2016-12-04 22:19:25 +08:00
kookxiang 8379f015d7
Finish dns_cx_rm() method 2016-12-04 22:17:34 +08:00
neil f08c01800f Merge pull request #438 from Neilpang/dev
fix cx for solaris
2016-12-04 22:00:01 +08:00
neilpang a62706678e fix for solaris 2016-12-04 21:33:36 +08:00
neilpang e4468562d2 fix cx 2016-12-04 21:24:38 +08:00
neil 7316bf7bc5 Merge pull request #437 from Neilpang/dev
Dev
2016-12-04 20:42:19 +08:00
neilpang 3747b7d930 fix cx 2016-12-04 20:40:27 +08:00
neilpang 5be3f22d06 fix issue 2016-12-04 14:45:26 +08:00
neil c572ce946b Dev (#434)
* do not use script home

* fix format

* fix issue when there is no one records in the domain.
2016-12-04 13:46:07 +08:00
neilpang d69f0289ca fix issue when there is no one records in the domain. 2016-12-04 12:22:36 +08:00
neil 048e5210f7 do not use script home
* do not use script home

* fix format
2016-12-02 21:12:20 +08:00
neilpang 219e9115c0 fix format 2016-12-02 20:30:52 +08:00
neilpang b43416af97 do not use script home 2016-12-02 20:24:12 +08:00
neil 6d84da588b Merge pull request #427 from Neilpang/dev
Add NO_TIMESTAMP to mute the timestamp from the output
2016-11-29 00:20:41 +08:00
neilpang 569d6c557c fix https://github.com/Neilpang/acme.sh/issues/426 2016-11-29 00:11:02 +08:00
neil 58bb94d7c7 Update README.md 2016-11-25 22:20:54 +08:00
neil 4f8f775e69 Merge pull request #421 from sjau/master
Added ISPConfig DNS API
2016-11-25 12:01:41 +08:00
sjau 5eed02f7e9 Changing shebang back to sh 2016-11-25 04:50:05 +01:00
sjau 983f1f28ca Fixed wrong zone getting JSON and added lots of debug info 2016-11-24 18:02:42 +01:00
sjau 192ede5e64 Added ISPConfig DNS API 2016-11-24 16:00:32 +01:00
neil 803a7aa878 Merge pull request #420 from Neilpang/dev
Add DNS API support for aliyun
2016-11-24 22:47:44 +08:00
neilpang 93f3098aec minor 2016-11-24 22:36:21 +08:00
neilpang dbd94d047b fix for aliyun api 2016-11-24 22:27:14 +08: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
neil 8b1fb3cb0c Dev (#419)
* fix CI

* fix ci

* fix ci
2016-11-24 14:13:23 +08:00
neil 9e04222ee6 fix ci 2016-11-24 13:58:14 +08:00
neil 72349507c4 fix ci 2016-11-24 13:45:00 +08:00
neil 79db8daddd fix CI 2016-11-24 13:39:46 +08:00
neil b967f83f20 Merge pull request #418 from Neilpang/dev
fix ci, remove NGROK_TOKEN_OSX
2016-11-23 22:51:55 +08:00
neilpang 74a7592b4b fix ci, remove NGROK_TOKEN_OSX 2016-11-23 22:07:24 +08:00