We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've bumped into an issue providing long list of domains to to getDnsRecords on OSX:
getDnsRecords
cmd
568263
568443
/bin/sh: /usr/bin/dig: Argument list too long
Error: spawn E2BIG
it's going to be of course system dependent value but maybe worth putting in some limits? Suggestions:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've bumped into an issue providing long list of domains to to
getDnsRecords
on OSX:cmd
to be executed is somewhere between568263
and568443
characters long it fails with/bin/sh: /usr/bin/dig: Argument list too long
Error: spawn E2BIG
it's going to be of course system dependent value but maybe worth putting in some limits?
Suggestions:
The text was updated successfully, but these errors were encountered: