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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Anatomy of a DNS Lookup – Part II

106 点作者 zwischenzug将近 7 年前

5 条评论

oxymoron将近 7 年前
If you are curious about the low level details of DNS, you might want to check out an article I wrote about how to build a DNS server from first principles: <a href="https:&#x2F;&#x2F;github.com&#x2F;EmilHernvall&#x2F;dnsguide" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;EmilHernvall&#x2F;dnsguide</a>
zwischenzug将近 7 年前
Part I is here:<p><a href="https:&#x2F;&#x2F;zwischenzugs.com&#x2F;2018&#x2F;06&#x2F;08&#x2F;anatomy-of-a-linux-dns-lookup-part-i&#x2F;" rel="nofollow">https:&#x2F;&#x2F;zwischenzugs.com&#x2F;2018&#x2F;06&#x2F;08&#x2F;anatomy-of-a-linux-dns-l...</a>
pmoriarty将近 7 年前
<i>&quot;The --read-environment flag is undocumented, and is there so that systemctl can play nice with it. A lot of people hate systemctl for this kind of thing.&quot;</i><p>Is such undocumented behavior an intentional, acknowledged policy of systemd?<p>Or is this just something that got overlooked and will&#x2F;should be documented sometime?
评论 #17351529 未加载
xmichael999将近 7 年前
One of the first things I do on any ubuntu box is<p>apt-get purge resolvconf
unixbhaskar将近 7 年前
Cool Ian!