Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、google.com のすべての第 3 レベル ドメインを一覧表示するとします。そのリストは次のようになります
translate.google.com plus.google.com
任意の第 2 レベル ドメインのリストを取得することは可能ですか?
実際には、いいえ。
ドメインの所有者がそのように感じた場合、特定のドメインについては可能かもしれません。問題のドメインのネーム サーバーを検索し ( dig ns google.com)、そのうちの 1 つにゾーン転送を依頼し ( dig axfr google.com @ns1.google.com)、名前のリストまたは短いエラー メッセージが表示されるかどうかを確認します。
dig ns google.com
dig axfr google.com @ns1.google.com