StephanGeorg / node-dig-dns

Use dig command (domain information grope) for DNS queries in node
MIT License
37 stars 21 forks source link

MX Lookup Value Response #1

Closed AlexGilliland closed 6 years ago

AlexGilliland commented 6 years ago

When performing an MX lookup with this module the value only contains the priority/preference rather than both DNS response and priority.

Please update line 24 within index.js to concat the response properly.

StephanGeorg commented 6 years ago

This is just a temporary fix. Need a better way to parse results.