Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top