Commit Graph

2925 Commits (ee38cccad8f76b807206165324e7bf771aa981dc)
 

Author SHA1 Message Date
neil ee38cccad8
sync ()
* fix https://github.com/Neilpang/acme.sh/issues/2409 ()

* Add variable exports for Successful Post Hook and Renew Hook calls ()

* fixed json parse regex for support api gcore_cdn ()
neilpang 2cbc04e04d sync
neilpang 143eac092c fix notify message
lcdtyph d74dfb1f5c IFTTT Webhooks Notification ()
* IFTTT webhooks Notification

* use sh instead of bash

* don't save value that is not set
James Qian d42cf6daeb dnsapi: fix typo in dns_desec.sh ()
Signed-off-by: James Qian <sotux82@gmail.com>
neilpang 75191e7187 fix https://github.com/Neilpang/acme.sh/issues/2417
neilpang b9b2cd278b fix https://github.com/Neilpang/acme.sh/pull/2275
neil 55dea4ee9d
sync ()
* support jdcloud.com

* fix format

* ttl 3000

* Escape slashes ()

* Change 1.1.1.1 to 1.0.0.1 to probe compatibility ()

As we can see, 1.1.1.1 is not routed or routed to an Intranet devices due to historical reason. Change 1.1.1.1 to 1.0.0.1 will have a better compatibility. I found this problem on my Tencent Cloud server.

* check empty id

* fix error

* Add dnsapi for Vultr ()

* Add Vultr dns api

* PushOver notifications ()

* PushOver notifications, using AppToken, UserKey, and optional sounds

* fix errors

* added dns api support for hexonet ()

* update

* minor

* support new Cloudflare Token format
fix https://github.com/Neilpang/acme.sh/issues/2398

* fix wildcard domain name

* add more info

* fix https://github.com/Neilpang/acme.sh/issues/2377

* fix format

* fix format
neilpang 41c951811e fix format
neilpang 72e7eb6777 fix format
neilpang 9a733a57e7 fix https://github.com/Neilpang/acme.sh/issues/2377
neilpang 45e8bb03e4 add more info
neilpang 54e189616c fix wildcard domain name
neilpang c25947d544 support new Cloudflare Token format
fix https://github.com/Neilpang/acme.sh/issues/2398
neilpang 80af3d6ada minor
neilpang 93d29a9733 update
Szilárd Pfeiffer ccc2142b45 added dns api support for hexonet ()
neilpang 28c153a0a2 fix errors
tdk1069 b8e6287774 PushOver notifications ()
* PushOver notifications, using AppToken, UserKey, and optional sounds
Yuri S 8d393ff137 Add dnsapi for Vultr ()
* Add Vultr dns api
neilpang 5c09788ec4 fix error
neilpang 5e970cdca4 Merge branch 'dev' of github.com:Neilpang/acme.sh into dev
neilpang 28cadc5e06 check empty id
Jeff Wang 3cdfa4051d Change 1.1.1.1 to 1.0.0.1 to probe compatibility ()
As we can see, 1.1.1.1 is not routed or routed to an Intranet devices due to historical reason. Change 1.1.1.1 to 1.0.0.1 will have a better compatibility. I found this problem on my Tencent Cloud server.
Honza Hommer 28a9df669d Escape slashes ()
neil 5f94474330
support jdcloud.com ()
fix https://github.com/Neilpang/acme.sh/pull/2390
neilpang 42497028c4 ttl 3000
neilpang 57b16e3ac2 fix format
neilpang bd9af86de1 support jdcloud.com
neil fe5f34231b
Merge pull request from Neilpang/dev
update
neilpang d694ee8651 update
neil 89c0b67b8c
Merge pull request from Neilpang/dev
Dev
neil 0e9fbf3c5a
Merge pull request from Neilpang/master
sync
neil ec40807c54
Merge pull request from Raphux/master
dns_azure : Multiple domains with same ending bug
Raphaël Berlamont 971a85a6f8 dns_azure : Multiple domains with same ending bug
We have a few domains that ends the same. For example :
  iperfony.com
  perfony.com

The problem was in the _get_root functions, when getting the domain_id :
only the first result "iperfony.com" was returned, because "perfony.com"
is contained in the "iperfony.com" string.

The correction consist of being strict in the regex, adding a slash (/)
so that it will only match on ".*/(perfony.com).*" and not
".*(perfony.com).*".
neil 8e36695bc4
Merge pull request from maxemann96/oath
Added oathtool to Dockerfile
maxemann96 2e2e056198
Merge branch 'dev' into oath
Maximilian Hippler e0d4115ed7 Finally added oathtool
neil 6ff3f5d1ff
Merge pull request from Neilpang/dev
sync
neilpang a2738e8599 minor, add debug info
neilpang 468edfa6cc Merge branch 'dev' of github.com:Neilpang/acme.sh into dev
neilpang c83f2f98bd fix https://github.com/Neilpang/acme.sh/issues/2300
neil 06f860c8ea
Merge pull request from cngarrison/master
change to routeros native script rather than bash multiline commands
neil 24e574ee09
Merge pull request from deflorator1980/dns-api-regru
Dns api regru
neil 803b67af9f
Merge pull request from Neilpang/dev
fix https://github.com/Neilpang/acme.sh/issues/2341
neilpang f803c6c0bf fix https://github.com/Neilpang/acme.sh/issues/2341
neil 254feecf21
Merge pull request from Neilpang/dev
fix  https://github.com/Neilpang/acme.sh/issues/2321
neilpang c6b6855131 fix https://github.com/Neilpang/acme.sh/issues/2321
https://github.com/Neilpang/acme.sh/issues/2291
neil 9bc45563ee
Merge pull request from Neilpang/dev
Dev
neilpang 882ac74a0c fix issue: clear Le_Vlist earlier