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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top