-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Comments
Failure to remove DNS record In function |
@mjkrg fixed. please upgrade to
|
I hit rate limit when trying to issue a single certificate for 3 domains. |
On line 119, containing the command `grep '^\{.*\}'`, on FreeBSD it needs an `-E` option to be able to parse the extended regular expression otherwise it chokes with the error message: "grep: repetition-operator operand invalid". I don't know about other systems so tests on those systems may be required.
…----- Original Message -----
Date: Mon, Jul 18, 2022 at 1:38 AM
From: Aleksandr Kunin ***@***.***>
To: "acmesh-official/acme.sh" ***@***.***>
Cc: mjkrg ***@***.***>, Mention ***@***.***>
Subject: Re: [acmesh-official/acme.sh] Report bugs to Vultr dns api (#2374)
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
--
Reply to this email directly or view it on GitHub:
#2374 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
@mjkrg does
|
Yes, that's exactly how the man page describes it.
…----- Original Message -----
Date: Fri, Aug 19, 2022 at 6:00 AM
From: Aleksandr Kunin ***@***.***>
To: "acmesh-official/acme.sh" ***@***.***>
Cc: mjkrg ***@***.***>, Mention ***@***.***>
Subject: Re: [acmesh-official/acme.sh] Report bugs to Vultr dns api (#2374)
@mjkrg does `-E` mean the same on FreeBSD:
```
-E, --extended-regexp
Interpret pattern as an extended regular expression (i.e., force grep to behave as egrep).
```
--
Reply to this email directly or view it on GitHub:
#2374 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
This is the place to report bugs in the Vultr DNS API.
If you experience a bug, please report it in this issue.
Thanks!
The text was updated successfully, but these errors were encountered: