質問

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