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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

?? HTTP://AI/

2 点作者 vladletter超过 5 年前
http://ai/

1 comment

susam超过 5 年前
Clickable URL: <a href="http:&#x2F;&#x2F;ai&#x2F;" rel="nofollow">http:&#x2F;&#x2F;ai&#x2F;</a><p><pre><code> $ host ai ai.domain.name has address 78.47.226.171 ai.domain.name mail is handled by 10 mail.ai.domain.name. $ curl -I -H &#x27;User-Agent: Mozilla&#x2F;5.0&#x27; http:&#x2F;&#x2F;ai&#x2F; HTTP&#x2F;1.1 302 Found Server: nginx&#x2F;1.10.3 Date: Fri, 14 Feb 2020 15:51:14 GMT Content-Type: text&#x2F;html; charset=UTF-8 Connection: keep-alive Location: https:&#x2F;&#x2F;geebun.com&#x2F;?dn=ai&amp;ref=&amp;uri=&#x2F; </code></pre> Also, see <a href="http:&#x2F;&#x2F;in&#x2F;" rel="nofollow">http:&#x2F;&#x2F;in&#x2F;</a>, <a href="http:&#x2F;&#x2F;io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;io&#x2F;</a>, <a href="http:&#x2F;&#x2F;cc&#x2F;" rel="nofollow">http:&#x2F;&#x2F;cc&#x2F;</a>, <a href="http:&#x2F;&#x2F;us&#x2F;" rel="nofollow">http:&#x2F;&#x2F;us&#x2F;</a>, etc.<p>When we try to resolve an unqualified domain name, a DNS query is sent with &quot;.domain.name&quot; automatically appended to the name. For example, see the following tcpdump output when I ping ai:<p><pre><code> $ sudo tcpdump -nn &#x27;port 53&#x27; tcpdump: data link type PKTAP tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on pktap, link-type PKTAP (Apple DLT_PKTAP), capture size 262144 bytes 21:51:06.822893 IP 192.168.1.11.64760 &gt; 8.8.8.8.53: 40086+ PTR? b._dns-sd._udp.0.1.168.192.in-addr.arpa. (57) 21:51:06.822929 IP 192.168.1.11.59962 &gt; 8.8.8.8.53: 41423+ PTR? db._dns-sd._udp.0.1.168.192.in-addr.arpa. (58) 21:51:06.822956 IP 192.168.1.11.54686 &gt; 8.8.8.8.53: 16314+ PTR? lb._dns-sd._udp.0.1.168.192.in-addr.arpa. (58) 21:51:06.823008 IP 192.168.1.11.59973 &gt; 8.8.8.8.53: 31333+ PTR? b._dns-sd._udp.domain.name. (44) 21:51:06.823051 IP 192.168.1.11.61283 &gt; 8.8.8.8.53: 19596+ PTR? db._dns-sd._udp.domain.name. (45) 21:51:06.823081 IP 192.168.1.11.64543 &gt; 8.8.8.8.53: 20062+ PTR? lb._dns-sd._udp.domain.name. (45) 21:51:06.829440 IP 192.168.1.11.50120 &gt; 8.8.8.8.53: 56284+ A? ai.domain.name. (32) 21:51:06.837374 IP 8.8.8.8.53 &gt; 192.168.1.11.64760: 40086 NXDomain 0&#x2F;0&#x2F;0 (57) 21:51:06.845235 IP 8.8.8.8.53 &gt; 192.168.1.11.59962: 41423 NXDomain 0&#x2F;0&#x2F;0 (58) 21:51:06.845241 IP 8.8.8.8.53 &gt; 192.168.1.11.54686: 16314 NXDomain 0&#x2F;0&#x2F;0 (58) 21:51:06.845244 IP 8.8.8.8.53 &gt; 192.168.1.11.64543: 20062 NXDomain 0&#x2F;1&#x2F;0 (112) 21:51:06.845246 IP 8.8.8.8.53 &gt; 192.168.1.11.59973: 31333 NXDomain 0&#x2F;1&#x2F;0 (111) 21:51:06.845247 IP 8.8.8.8.53 &gt; 192.168.1.11.61283: 19596 NXDomain 0&#x2F;1&#x2F;0 (112) 21:51:07.142844 IP 8.8.8.8.53 &gt; 192.168.1.11.50120: 56284 1&#x2F;0&#x2F;0 A 78.47.226.171 (48)</code></pre>