Skip to content

Commit 890a385

Browse files
authored
『RFC 2606: Reserved Top Level DNS Namesを読んで知らなかったことを書く』のquoteあたりを修正 (#189)
1 parent 839f1f8 commit 890a385

File tree

1 file changed

+33
-32
lines changed
  • content/posts/reserved-top-level-dns-names-rfc-2606

1 file changed

+33
-32
lines changed

content/posts/reserved-top-level-dns-names-rfc-2606/index.md

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -23,44 +23,44 @@ color: ""
2323

2424
> Abstract
2525
>
26-
> To reduce the likelihood of conflict and confusion, a few top level
27-
> domain names are reserved for use in private testing, as examples in
28-
> documentation, and the like. In addition, a few second level domain
29-
> names reserved for use as examples are documented.
26+
> To reduce the likelihood of conflict and confusion, a few top level
27+
> domain names are reserved for use in private testing, as examples in
28+
> documentation, and the like. In addition, a few second level domain
29+
> names reserved for use as examples are documented.
3030
3131
- 対立や混乱を減らす目的でいくつかのTLD名が予約されている。用途はプライベートなテスト用、ドキュメントでの例示用など。
3232
- 上記に加えて例示用にいくつかのSecond Level Domain Namesが予約されている。
3333

3434
## 予約されたTop Level Domain Names
35-
> There is a need for top level domain (TLD) names that can be used for
36-
> creating names which, without fear of conflicts with current or
37-
> future actual TLD names in the global DNS, can be used for private
38-
> testing of existing DNS related code, examples in documentation, DNS
39-
> related experimentation, invalid DNS names, or other similar uses.
35+
> There is a need for top level domain (TLD) names that can be used for
36+
> creating names which, without fear of conflicts with current or
37+
> future actual TLD names in the global DNS, can be used for private
38+
> testing of existing DNS related code, examples in documentation, DNS
39+
> related experimentation, invalid DNS names, or other similar uses.
4040
4141
DNSのプライベートテスト用やドキュメントなどの目的で使用できるTLD名が必要であるとのこと。(DNSへの解像度がとても低いので具体的にどんなテストが行われるのかの想像はついていない...)[^1]
4242

43-
> To safely satisfy these needs, four domain names are reserved as
44-
> listed and described below.
43+
> To safely satisfy these needs, four domain names are reserved as
44+
> listed and described below.
4545
>
46-
> .test
47-
> .example
48-
> .invalid
49-
> .localhost
46+
> .test
47+
> .example
48+
> .invalid
49+
> .localhost
5050
>
51-
> ".test" is recommended for use in testing of current or new DNS
52-
> related code.
51+
> ".test" is recommended for use in testing of current or new DNS
52+
> related code.
5353
>
54-
> ".example" is recommended for use in documentation or as examples.
54+
> ".example" is recommended for use in documentation or as examples.
5555
>
56-
> ".invalid" is intended for use in online construction of domain
57-
> names that are sure to be invalid and which it is obvious at a
58-
> glance are invalid.
56+
> ".invalid" is intended for use in online construction of domain
57+
> names that are sure to be invalid and which it is obvious at a
58+
> glance are invalid.
5959
>
60-
> The ".localhost" TLD has traditionally been statically defined in
61-
> host DNS implementations as having an A record pointing to the
62-
> loop back IP address and is reserved for such use. Any other use
63-
> would conflict with widely deployed code which assumes this use.
60+
> The ".localhost" TLD has traditionally been statically defined in
61+
> host DNS implementations as having an A record pointing to the
62+
> loop back IP address and is reserved for such use. Any other use
63+
> would conflict with widely deployed code which assumes this use.
6464
6565
上記のニーズを満たすために、次の4つのTLD名が予約されている。
6666

@@ -80,15 +80,16 @@ DNSのプライベートテスト用やドキュメントなどの目的で使
8080
これらのTLD名は見たことはあったがRFCとして明示されていることは知らなかった。
8181

8282
## 予約されたSecond Level Domain Names
83-
> ### 3. Reserved Example Second Level Domain Names
83+
84+
> 3 Reserved Example Second Level Domain Names
8485
>
85-
> The Internet Assigned Numbers Authority (IANA) also currently has the
86-
> following second level domain names reserved which can be used as
87-
> examples.
86+
> The Internet Assigned Numbers Authority (IANA) also currently has the
87+
> following second level domain names reserved which can be used as
88+
> examples.
8889
>
89-
> example.com
90-
> example.net
91-
> example.org
90+
> example.com
91+
> example.net
92+
> example.org
9293
9394
`example.com`以外にも`example.net``example.org`が予約されていることは知らなかった。
9495

0 commit comments

Comments
 (0)