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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Don't use Cloudflares 1.1.1.1 on servers

5 点作者 tmikaeld7 天前
We&#x27;ve gotten rate-limited out of the blue on clustered development servers in the past 3 years now, this last one was on servers we setup 830 days ago, before we knew that getting rate-limited&#x2F;banned on DNS servers where even possible. The worst thing about the last incident was that we entered a death spiral, DNS resolution failing started a logging job, that failed (due to DNS resolution failing to call log server) that then started a job about the failing DNS resolution.. You get the gist..<p>Of course, this is an issue of engineering and code, not only a rate-limiting issue.<p>However, many developers rely and depend on upstream DNS resolution to &quot;Just Work&quot; when you add it to a server, which has been the case with Googles DNS servers for the past 15+ years that I&#x27;ve been a sysop. I&#x27;m just hoping that this time, this will get SOME attention, because either you want dev-ops to use Cloudflare DNS on servers or you don&#x27;t - and if you don&#x27;t - there should be an official warning that this WILL happen, you WILL get rate-limited eventually.

2 条评论

gertop7 天前
&gt; However, many developers rely and depend on root DNS resolution to &quot;Just Work&quot; when you add it to a server<p>As a sysops you&#x27;re probably aware that neither Google nor CloudFlare are DNS root servers.<p>Using actual root servers through your own resolver would have avoided this issue. Bind doesn&#x27;t even need any config for that use case.
评论 #43927284 未加载
评论 #43933767 未加载
评论 #43923782 未加载
phillipseamore7 天前
What kind of volume was this? I have a server that does some rather specific DNS monitoring resulting in millions of <i>unique</i> lookups with 1.1.1.1 a day.
评论 #43924098 未加载