Vinicius Mello
d3cf3f7a5c
fix pagination bug for domains with a big zone file
the same pagination bug that happens for accounts with a large number of
domains also happens for DNS zones with a large number of records. The
previous code assumes that all records are returned in a single page.
Changed the code to do an exact match search so that it returns only the few
required records and never paginates replies.
2 months ago
Vinicius Mello
4f96a2a667
remove unnecessary variable 'export' on variable _H4
2 months ago
Vinicius Mello
7b63ebfcaa
fix random failures due to unnecessary headers on requests
was unintendedly replaying the save _H4 header on all requests, what was
causing random failures on responses from the API.
2 months ago
Vinicius Mello
724f3aa301
rename variable, undo accidental revert from dev
2 months ago
vmmello
1ff326c89c
dns_linode_v4.sh: trigger action
2 months ago
vmmello
2663f500cf
dns_linode_v4.sh: trigger action
2 months ago
vmmello
43ed998ed6
dns_linode_v4.sh: trigger action execution (dummy change)
2 months ago
vmmello
a3032ab945
dns_linode_v4.sh: remove uneeeded extra space (shfmt error)
2 months ago
Vinicius Mello
03906cc055
trigger github action
2 months ago
Vinicius Mello
10833dcf39
trigger github action
2 months ago
Roland Giesler
30ed4af38d
Revert TXT add update
The change was needed for Power-Mailinabox and broke Mail-in-a-box, so a new API for Power-Mailinabox has been added
2 months ago
sahsanu
6a9304dd1c
Change _saveaccountconf to _saveaccountconf_mutable
2 months ago
sahsanu
1782eeb785
Fix dns_pdns.sh to use saved account conf
2 months ago
sahsanu
1aabb7d6de
Fix dns_pdns.sh to use saved account conf
2 months ago
neil
2ebecf1aa0
fix format
2 months ago
neil
7031df4948
fix format
2 months ago
neil
e0381dd757
fix format
2 months ago
neil
9b2eae24d2
fix format
2 months ago
neil
7362e8de4d
fix format
2 months ago
allddd
ad4780a1ac
update api url
3 months ago
Adam Bulgatz
a0b8be5941
Updated MS links, added wiki link, updated error messages, updated API limit comment
Updated all Microsoft links from old `docs` subdomain to new `learn` subdomain, and fixed a couple that weren't working.
Added missing $wiki variable to print the wiki link in error messages.
Updated spelling and formatting in error messages
Updated a comment and added a TODO as Microsoft has increased the number of allowed Public DNS zones per subscription from 100 to 250, while the function in this script can only handle the old limit of 100.
3 months ago
Gary McGregor
fe971680ea
With variable name updates, correct missed update for the name for saved variables
3 months ago
Gary McGregor
254eb8f304
Updated variable names per @NeilPang
3 months ago
Gary McGregor
dbe9dd47ce
Correcting over-correct on debugging levels
3 months ago
Gary McGregor
432f6ac4d7
Updated input parameters per feedback from @Neilpang . Also updated debugging statements to be consistently applied.
3 months ago
Gary McGregor
cb113437f6
Updating per comment re: Exit vs Return on initial validation
3 months ago
Gary McGregor
e6b3e42d61
Adding omg.lol DNS API
3 months ago
neil
8cb684e6bd
fix https://github.com/acmesh-official/acme.sh/issues/5067
3 months ago
Nikolay Pronchev
45ea2f82ba
explicitly reset *_return variables
3 months ago
Nikolay Pronchev
df6aa99ec2
fix Timeweb Cloud DNS API pagination
3 months ago
PMExtra
2ea37e6a0d
refactor(ali): check the result of prepare_ali_credentials
3 months ago
PMExtra
610bb2b85c
refactor(ali): set API endpoint for each action
3 months ago
PMExtra
fca6e9b932
refactor: Alibaba Cloud API
3 months ago
Frank Wall
9ecd84080b
resolve shellcheck offenses
With nsupdate the rule seems to be: filenames need to be wrapped
in double quotes, while all other options must not use double quotes.
Hence there is no way to resolve the shellcheck offense, because
the key requires quotes, but the other options must not use quotes.
3 months ago
Frank Wall
22d260f4e6
fix dns_nsupdate when NSUPDATE_OPT is empty, refs #5224
3 months ago
neil
f86ee84457
fix format
3 months ago
neil
2d282597ca
fix format
3 months ago
WhiteAls
0fa20da990
Little optimisations and fixes.
- Removed or moved `_normalizeJson` processing to occur only when needed.
- Corrected usage of `_red` to `__red`.
- Simplified JSON parsing by using more concise `cut` commands.
- Simplify token refresh logic.
4 months ago
Lifeboy
02fb40c507
Syntax corrections, previous change broke script
4 months ago
Lifeboy
dc6ea97877
Syntax corrections, previous change broke script
4 months ago
Lifeboy
031d53b04f
Syntax corrections suggested by testing script
4 months ago
Lifeboy
3006c90fb8
Syntax corrections suggested by testing script
4 months ago
Lifeboy
9cec2688ed
Syntax corrections suggested by testing script
4 months ago
Lifeboy
65c3dc21f4
Added comments
4 months ago
Lifeboy
fab292d2de
correct a typo
4 months ago
i18n.site
00bbe68f78
Update dns_huaweicloud.sh
fix https://github.com/acmesh-official/acme.sh/issues/5261
4 months ago
Lifeboy
fa3591f4f2
TXT record ADD test successfully
4 months ago
Nikolay Pronchev
10cfc6838d
add Timeweb Cloud DNS API
4 months ago
Lifeboy
42e78f9a3e
changes not yet tested
4 months ago
Roland Giesler
0122eabd44
Update dns_miab.sh
Corrected typo
4 months ago