- 16 Jul, 2019 1 commit
-
-
neil authored
-
- 13 Jul, 2019 5 commits
-
-
Jeff Wang authored
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 authored
-
neilpang authored
-
neilpang authored
-
neilpang authored
-
- 30 Jun, 2019 3 commits
- 29 Jun, 2019 1 commit
-
-
Raphaël Berlamont authored
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).*".
-
- 22 Jun, 2019 1 commit
-
-
neil authored
Added oathtool to Dockerfile
-
- 21 Jun, 2019 2 commits
-
-
maxemann96 authored
-
Maximilian Hippler authored
-
- 19 Jun, 2019 5 commits
- 17 Jun, 2019 1 commit
-
-
neil authored
Dns api regru
-
- 15 Jun, 2019 2 commits
-
-
neil authored
fix https://github.com/Neilpang/acme.sh/issues/2341
-
-
- 14 Jun, 2019 4 commits
-
-
neil authored
fix https://github.com/Neilpang/acme.sh/issues/2321
-
neil authored
Dev
-
neilpang authored
-
- 13 Jun, 2019 4 commits
-
-
AndreyIsakov authored
-
AndreyIsakov authored
-
neil authored
Help text suggests bad practice.
-
Endre Szabo authored
Please remove the phrase `No news is good news.` as it suggests to decide to go on with a bad operational habit. Why I am stating this is because that `no news` also could mean that: - your `cron` daemon stopped working, - your MTA has issues (in case or mail notifications of course), - anything in between the host running `acme.sh` and your client went wrong. (... and probably you will not notice in time if `acme.sh` would otherwise send an error notification (if it runs anyway)) If you expect a daily mail (using `--notify-level 3`) you can always be sure that `acme.sh` has ran successfully before. You can also tick the `acme.sh` checkbox in the daily operational report of your enterprise. ;)
-
- 12 Jun, 2019 1 commit
-
-
neil authored
Add support for MaraDNS
-
- 11 Jun, 2019 3 commits
-
-
AndreyIsakov authored
-
AndreyIsakov authored
-
AndreyIsakov authored
-
- 10 Jun, 2019 4 commits
- 07 Jun, 2019 1 commit
-
-
neil authored
support deploy docker
-
- 04 Jun, 2019 1 commit
-
-
neil authored
updated to work with one.com
-
- 03 Jun, 2019 1 commit
-
-
neilpang authored
-