StephanGeorg / node-dig-dns

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

add +trace support #21

Open 7c opened 2 years ago

7c commented 2 years ago

await dig(['+trace','ns1.com','@8.8.8.8'], { raw: false }) generates: image

which is obviously wrong. i understand it is not easy to parse.. thanks