Question

I need website owners to claim their ownership though dns txt record. What's the best approach to accomplish this task using Node.js?

Was it helpful?

Solution

dns.resolveTxt(domain, callback) (http://nodejs.org/api/dns.html) should work.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top