Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report bugs to Vultr dns api #2374

Open
Fudoshiki opened this issue Jul 2, 2019 · 7 comments
Open

Report bugs to Vultr dns api #2374

Fudoshiki opened this issue Jul 2, 2019 · 7 comments
Assignees
Labels
3rd party api report bugs to dns api, deploy hooks and notification hooks

Comments

@Fudoshiki
Copy link
Contributor

This is the place to report bugs in the Vultr DNS API.

If you experience a bug, please report it in this issue.

Thanks!

@Neilpang Neilpang added the 3rd party api report bugs to dns api, deploy hooks and notification hooks label Jul 20, 2019
@mjkrg
Copy link

mjkrg commented Jun 6, 2021

Failure to remove DNS record

In function dns_vultr_rm, on line 81, grep "$txtvalue" should be grep -- "$txtvalue" to allow removal of TXT records beginning with a hyphen (-).

@Neilpang
Copy link
Member

Neilpang commented Jun 6, 2021

@mjkrg fixed. please upgrade to dev

acme.sh  --upgrade -b dev

@skyksandr
Copy link
Contributor

I hit rate limit when trying to issue a single certificate for 3 domains.
I found out vultr api v1 has rate limit of 2 requests/sec and vultr api v2 - 30, so I made a PR: #4192 to use v2 instead of v1

@mjkrg
Copy link

mjkrg commented Aug 19, 2022 via email

@skyksandr
Copy link
Contributor

skyksandr commented Aug 19, 2022

@mjkrg does -E mean the same on FreeBSD as on macOS:

 -E, --extended-regexp
             Interpret pattern as an extended regular expression (i.e., force grep to behave as egrep).

@mjkrg
Copy link

mjkrg commented Aug 19, 2022 via email

@skyksandr
Copy link
Contributor

@mjkrg sorry it took thaaat long.
Today @Neilpang merged #4266 that addresses this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3rd party api report bugs to dns api, deploy hooks and notification hooks
Projects
None yet
Development

No branches or pull requests

4 participants