imlonghao
7ef2533b98
fix(cloudns): fix grep when record start with hyphen symbol
2023-03-28 22:49:39 +08:00
neil
97f87c4229
Merge pull request #4542 from alexleigh/master
...
Add support for Google Domains DNS API.
2023-03-27 09:16:00 +08:00
neilpang
42a5cd961d
fix https://github.com/acmesh-official/acme.sh/issues/4530#issuecomment-1473395845
2023-03-17 17:21:10 +08:00
neil
bf00d3157f
Merge pull request #4544 from NCDGHA/bugfix/issue_4543_fix_retry-after
...
Fix Retry-After handling
2023-03-17 17:16:55 +08:00
neil
7fe06adcfd
Merge pull request #4550 from eastonman/master
...
dnsapi(huaweicloud): fix DomainName not retreived properly
2023-03-13 09:14:32 +08:00
Easton Man
ae3e5dbf2c
fix: fix DomainName not retreived properly
...
Co-Authored-By: idawnlight <idawn@live.com>
2023-03-12 12:41:29 +08:00
neil
20304590b4
Merge pull request #4547 from eastonman/master
...
dnsapi(huaweicloud): Add retry count to avoid infinite loop when things go wrong
2023-03-10 13:52:37 +08:00
Alex Leigh
2d8c0c0131
Add support for Google Domains DNS API.
...
https://domains.google/learn/gts-acme/
This is an ACME API for Google Domains customers, which is
different from the Google Cloud Domains API for Google Cloud
customers.
2023-03-08 11:13:25 -08:00
Markus Hoffrogge
70f4cad2ca
Fix Retry-After handling
...
- closes #4543
2023-03-07 18:45:07 +01:00
Easton Man
1f777a94a7
fix: change some debug comments
2023-03-07 17:50:44 +08:00
Easton Man
7560c64f46
fix: fix typo
2023-03-07 11:30:32 +08:00
Easton Man
bddde60522
fix: use update instead of remove then add
2023-03-07 11:27:08 +08:00
Easton Man
e9366f8c76
fix: fix huaweicloud existing record 400
2023-03-07 10:56:10 +08:00
Easton Man
4dba84d09e
fix: fix shfmt
2023-03-07 10:01:20 +08:00
Easton Man
0cce2d6098
fix: fix shellcheck
2023-03-07 09:57:39 +08:00
Easton Man
acbd8bce21
feat: add retry count for removing record set
...
This avoids infinite loop when something went wrong and throws a error
2023-03-07 09:48:13 +08:00
neil
799e402077
Merge pull request #4536 from acmesh-official/dev
...
sync
2023-03-04 21:26:18 +08:00
neil
ce629e8e70
fix typo
2023-03-04 21:23:31 +08:00
neil
20cfc4ac66
fix https://github.com/acmesh-official/acme.sh/issues/4535
2023-03-04 21:22:17 +08:00
neil
132d5e8253
Merge pull request #4532 from acmesh-official/dev
...
sync
2023-03-02 22:07:16 +08:00
neilpang
cb8b341fb4
fix https://github.com/acmesh-official/acme.sh/issues/4530
2023-03-02 18:10:38 +08:00
neilpang
982c54b605
fix https://github.com/acmesh-official/acme.sh/issues/4530
2023-03-02 18:06:09 +08:00
neil
67f543332a
Merge pull request #4531 from NCDGHA/bugfix/issue_4530_fix_http_status_503
...
Fix to handle LE overload status 503 appropriately
2023-03-02 18:00:36 +08:00
neil
88ac4086c2
Merge pull request #4518 from AnTheMaker/nanelo_dns
...
Add Nanelo DNS support
2023-03-02 09:40:47 +08:00
Markus Hoffrogge
15f96b7239
Fix to handle LE overload status 503 appropriately
...
- LE HTTP response status 503 is not an error, it must be handled via sleep and retry
- s. https://community.letsencrypt.org/t/new-service-busy-responses-beginning-during-high-load/184174
fixes #4530
2023-03-02 00:46:52 +01:00
neil
0ea84ad799
Merge pull request #4528 from chris03/bugfix/replace-expr
...
SMTP notify: Use grep -E instead of expr
2023-03-01 10:28:18 +08:00
Chris
1522b713da
Use grep -E instead of expr
...
expr was printing `expr: warning: '^.*[<>"]': using '^' as the first character of a basic regular expression is not portable;`
2023-02-28 21:08:33 -05:00
neil
fe6b27bb59
Merge pull request #4420 from romanlum/dev
...
Added dns provider for ipv64.net
2023-02-28 17:38:16 +08:00
Roman Lumetsberger
df14b15397
fix quote
2023-02-25 11:22:27 +00:00
Roman Lumetsberger
7dd12044de
use _lower_case function
2023-02-25 11:18:33 +00:00
An | Anton Röhm
06e12a30e7
reduce nanelo dns ttl
2023-02-24 00:13:21 +01:00
An | Anton Röhm
d3fefd223d
improve output
2023-02-24 00:01:39 +01:00
An | Anton Röhm
c0639c6608
Create first version of Nanelo DNS API integration
...
[create dnsapi/dns_nanelo.sh]
2023-02-23 23:29:46 +01:00
neil
d4befeb536
Merge pull request #4489 from acmesh-official/dev
...
sync
2023-02-04 20:08:11 +08:00
neil
f7f1168aad
Merge pull request #4266 from skyksandr/master
...
Vultr DNS: fix "grep: repetition-operator operand invalid" on FreeBSD
2023-02-03 16:49:26 +08:00
Aleksandr Kunin
d6cf15368a
Vultr DNS: fix "grep: repetition-operator operand invalid" on FreeBSD
2023-02-03 12:44:33 +07:00
neilpang
a5fbf3fb80
fix format
2023-02-03 09:59:42 +08:00
neilpang
3cf8f78745
fix format
2023-02-03 09:57:56 +08:00
neilpang
59dab6eac7
fix https://github.com/acmesh-official/acme.sh/issues/4485#issuecomment-1414022376
...
https://github.com/acmesh-official/acme.sh/issues/4483#issuecomment-1414460122
2023-02-03 09:55:51 +08:00
Roman Lumetsberger
553d861b8a
fix shell check and formatting
2023-01-31 11:17:33 +01:00
Roman Lumetsberger
7b5d94d062
convert domain and subdomain to lower case
2023-01-31 11:10:42 +01:00
Roman Lumetsberger
cb021efaee
Merge branch 'acmesh-official:dev' into dev
2023-01-31 10:34:29 +01:00
neilpang
c2344f3717
add log for doh
...
https://github.com/acmesh-official/acme.sh/issues/4481
2023-01-30 14:39:03 +08:00
neilpang
f537c606f7
fix warnings
2023-01-29 11:13:23 +08:00
neil
c8f48a4a90
Merge pull request #4478 from acmesh-official/dev
...
sync
2023-01-29 11:06:37 +08:00
neil
c2ad1b4e46
Merge pull request #4448 from PMExtra/feature/curl_fail
...
curl return fail if HTTP errors
2023-01-28 20:37:20 +08:00
neilpang
ba9d146d6c
fix https://github.com/acmesh-official/acme.sh/issues/992
2023-01-28 17:29:03 +08:00
PMExtra
a5b04a0328
ensure curl --help
backward compatible
2023-01-28 17:19:04 +08:00
neilpang
01249d0cb9
fix warning
2023-01-28 16:24:27 +08:00
neil
71c273fbcb
Merge pull request #4476 from acmesh-official/dev
...
sync
2023-01-28 16:19:53 +08:00