Windows10 nslookupでTXTレコード(SPFレコード)を確認する
環境
エディション Windows 10 Home
バージョン 22H2
システムの種類 64bit
書式
nslookup -type=TXT <ドメイン>
操作方法
1.「スタート」を右クリックします。
2.「ファイル名を指定して実行(R)」が表示されます。
「名前(O)」欄に「cmd」と入力し「OK」をクリックします。
3.コマンドプロンプトを起動します。
下記では、google.co.jp のドメインを調べます。
nslookup -type=TXT google.co.jp
結果
権限のない回答: google.co.jp text = "v=spf1 -all" google.co.jp nameserver = ns3.google.com google.co.jp nameserver = ns2.google.com google.co.jp nameserver = ns4.google.com google.co.jp nameserver = ns1.google.com ns2.google.com internet address = 216.239.34.10 ns2.google.com AAAA IPv6 address = 2001:4860:4802:34::a ns4.google.com internet address = 216.239.38.10 ns4.google.com AAAA IPv6 address = 2001:4860:4802:38::a ns1.google.com internet address = 216.239.32.10 ns1.google.com AAAA IPv6 address = 2001:4860:4802:32::a ns3.google.com internet address = 216.239.36.10 ns3.google.com AAAA IPv6 address = 2001:4860:4802:36::a