回答編集履歴

1

追記

2016/07/28 07:43

投稿

kaz.Suenaga
kaz.Suenaga

スコア2037

test CHANGED
@@ -67,3 +67,21 @@
67
67
 
68
68
 
69
69
  ※Windows環境の場合、コマンドプロンプトから nslookup を利用して同様のことができます。
70
+
71
+
72
+
73
+ `dig +norec ns example.jp @ns1.dns.ne.jp`
74
+
75
+ `dig +norec a www.example.jp @ns1.dns.ne.jp`
76
+
77
+ `dig +norec ns example.jp @a.dns.jp`
78
+
79
+
80
+
81
+ `nslookup -norecurse -type=ns example.jp ns1.dns.ne.jp`
82
+
83
+ `nslookup -norecurse -type=a www.example.jp ns1.dns.ne.jp`
84
+
85
+ `nslookup -norecurse -type=ns example.jp a.dns.jp`
86
+
87
+