RevealTheme logo

DNSルックアップ

任意のドメインのDNSレコード(A、AAAA、MX、TXT、NS、CNAME)を照会します。メール、ホスティング、SSL設定のデバッグに役立ちます。

このツールの使い方

  1. 1

    Type a domain name such as example.com into the input field (enter the bare domain, not a full https:// URL).

  2. 2

    Click Lookup DNS to send the query.

  3. 3

    Read the returned record sets in the JSON panel below, grouped by record type (A, AAAA, NS, SOA, MX, TXT).

  4. 4

    Edit the domain and run it again to compare another host or re-check after a DNS change.

DNSとは何ですか?

DNS(ドメインネームシステム)は、人が読めるドメイン名を、マシンのIPアドレスに対応づけます。サイトを訪れるたびに、ブラウザはそれをホストしているIPアドレスをDNSサーバーに問い合わせます。DNSレコードが制御するのはIPアドレスだけではありません。MXレコードはメールを振り分け、TXTレコードは検証トークンやSPFを格納し、NSはどのDNSプロバイダーが権威を持つかを定義します。このツールは、最新のデータを取得するために権威DNSサーバーに直接照会します。

よくある活用例

  • Confirm an A or AAAA record points to the right server IP after migrating hosting providers.

  • Check MX records and their priorities when email is bouncing or not being delivered.

  • Verify a TXT record for SPF, DKIM, or a domain-ownership token required by Google, Microsoft, or an SSL issuer.

  • Find which name servers (NS) are authoritative for a domain before or after a registrar transfer.

  • Inspect the SOA serial number to see whether a recent zone change has actually been published.

  • Quickly compare the published records of two domains side by side while troubleshooting.

よくある質問

なぜDNSの変更がまだ反映されないのですか?
DNSレコードは各レベル(ブラウザ、OS、リゾルバ)でキャッシュされます。TTL(生存時間)がその期間を制御します。変更が世界中に伝播するまでに最大48時間かかることがあります。
AとCNAMEの違いは何ですか?
Aは名前を直接IPに向けます。CNAMEは名前を別の名前に向けます(それがその後IPに解決されます)。Aの方が高速で、CNAMEはマネージドサービスにとってより柔軟です。
MXレコードは何をしますか?
メールの送信者に、あなたのドメイン宛てのメッセージをどこへ配信すればよいかを伝えます。複数のMXレコードは、優先度番号によってフェイルオーバーを構成します。

関連ツール