Open lostrepo opened 1 month ago
I'm getting EINVAL when trying to resolve dns By changing bind ip https://github.com/just-js/lo/blob/4356cdbb8b0187bf74a834726c56a709e95c12f5/lib/dns/dns.js#L131 from 127.0.0.1 to external interface ip I'm able to resolve dns without errors
127.0.0.1
Possible solutions I see:
priority: 1 > 2 > 3
I'm getting EINVAL when trying to resolve dns By changing bind ip https://github.com/just-js/lo/blob/4356cdbb8b0187bf74a834726c56a709e95c12f5/lib/dns/dns.js#L131 from
127.0.0.1
to external interface ip I'm able to resolve dns without errorsPossible solutions I see:
priority: 1 > 2 > 3
)