TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Using Cloudflare 1.1.1.1 DNS over HTTPS API to bulk search domain TLDs

11 点作者 fayazara8 个月前
I found out Cloudflare has a DNS over HTTPS api via 1.1.1.1 resolver, figured I&#x27;d make a small tool out of it, as somene who keeps checking domain names for side projects which I never build, this kinda helps me look for something.<p>It&#x27;s not fully accurate, because it returns unavailable even for parked pages, which technically are available, but works for me.<p>It just checks for A records via this endpoint <a href="https:&#x2F;&#x2F;cloudflare-dns.com&#x2F;dns-query?name=${domain}&amp;type=A" rel="nofollow">https:&#x2F;&#x2F;cloudflare-dns.com&#x2F;dns-query?name=${domain}&amp;type=A</a><p>Just make sure to pass this header - &quot;application&#x2F;dns-json&quot;

3 条评论

Airyisland8 个月前
I previously also made a domain name availability checking tool, but it only used DNS queries as first step. For more accurate results, it still needs to rely on WHOIS. <a href="https:&#x2F;&#x2F;query.domains" rel="nofollow">https:&#x2F;&#x2F;query.domains</a>
simjnd8 个月前
I typed &quot;test.io&quot; in the input box and it checked for &quot;test.io.org&quot;, &quot;test.io.com&quot; and even &quot;test.io.io&quot; but not &quot;test.io&quot;.
评论 #41722364 未加载
stets8 个月前
Cool but...it doesn&#x27;t work, like pizza returns pizza.org and pizza.net as free.