Domanda

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

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top