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'm getting EINVAL when trying to resolve dns By changing bind ip
lo/lib/dns/dns.js
Line 131 in 4356cdb
127.0.0.1
Possible solutions I see:
priority: 1 > 2 > 3
The text was updated successfully, but these errors were encountered:
feat(lib/dns): bind ip override from env and param
305ef73
adds proposed solutions 1 and 2 from issue just-js#42
No branches or pull requests
I'm getting EINVAL when trying to resolve dns
By changing bind ip
lo/lib/dns/dns.js
Line 131 in 4356cdb
127.0.0.1
to external interface ip I'm able to resolve dns without errorsPossible solutions I see:
priority: 1 > 2 > 3
)The text was updated successfully, but these errors were encountered: