Skip to content

Instantly share code, notes, and snippets.

@na0AaooQ
Last active August 29, 2015 14:13
Show Gist options
  • Save na0AaooQ/a9a4245cd5a1d8d78ff3 to your computer and use it in GitHub Desktop.
Save na0AaooQ/a9a4245cd5a1d8d78ff3 to your computer and use it in GitHub Desktop.
DNS drillコマンドのオプションメモ ref: http://qiita.com/na0AaooQ/items/4c12bfec63c91793e784
$ drill (問い合わせたいFQDN) @(キャッシュDNSサーバのIPアドレスやFQDN) A
$ drill -o ra (問い合わせたいFQDN) @(権威DNSサーバのIPアドレスやFQDN) A
$ drill -z -o rd -x (198.51.100.XXX) @(権威DNSサーバのIPアドレスやFQDN)
drill -T (問い合わせたいFQDN) @(キャッシュDNSサーバのIPアドレスやFQDN)
dig +trace (問い合わせたいFQDN) @(キャッシュDNSサーバのIPアドレスやFQDN)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment