LoginSignup
4
5

More than 5 years have passed since last update.

DNSのレコード情報をnslookupで確認する

Posted at

windows機でDNSの伝搬状況を確認する。
以下コマンドはコマンドプロンプトで実行できる

Aレコードの伝搬確認コマンド

nslookup -q=A [DOMAIN]

TXTレコード伝搬確認コマンド

nslookup -q=TXT [DOMAIN]
4
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
5