spider
bd73823828
reg.ru list unicode domains NOT in IDN code
2022-07-15 13:31:19 +06:00
Vitaly Kireev
e1a0f5706d
DNS REGRU utf-list to idn (punycode)
...
service/get_list returns domains in utf. But if utf, then error Error parsing certificate request: x509: SAN dNSName is malformed
early using my patch by IDN_ITEM="$(echo "${ITEM}" | idn)"
Now replacing by IDN_ITEM="$(_idn "${ITEM}")"
2022-01-19 21:59:48 +08:00
neil
58923b2846
Merge pull request #3099 from Alexilmarranen/dev
...
Issue2547 wrong url construction for multiple dns services
2020-08-20 22:10:34 +08:00
Alexilmarranen
956114fc42
Issue2336 Add subdomain (3 and more) support
...
Fix for issue in https://github.com/acmesh-official/acme.sh/issues/2336#issuecomment-670522738
2020-08-19 00:50:18 +03:00
neil
19c4345162
fix shfmt
2020-08-17 22:18:20 +08:00
neil
f00e289014
fix format
2020-07-07 20:02:48 +08:00
neil
1dffaba266
fix format
2020-07-07 19:58:02 +08:00
snv
44b9a8e7ed
fix new line at end of file
2020-07-02 13:18:37 +04:00
snv
c16757b03a
add some debug output and fix data in GET request
2020-07-02 12:59:24 +04:00
snv
5d0dde5c15
main changes
2020-07-02 12:23:46 +04:00
AndreyIsakov
d883a870e1
dnsapi for regru: remove debug info
2019-06-13 19:56:40 +03:00
AndreyIsakov
f2c6e3f65b
dnsapi for regru: replace echo by _info()
2019-06-13 19:31:44 +03:00
AndreyIsakov
487d2a9221
dnsapi for regru: CI linter remove empty line
2019-06-11 20:13:48 +03:00
AndreyIsakov
6151debeab
dnsapi for regru: CI linter ok
2019-06-11 19:59:02 +03:00
AndreyIsakov
e05ef230a7
test CI error
2019-06-11 19:37:39 +03:00