Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1023 Bytes

dns.md

File metadata and controls

22 lines (18 loc) · 1023 Bytes

List DNS information

Query NS record

  • dig command
  $ dig @8.8.8.8 +short NS txone-networks.com

Trace DNS command

  $ dig +trace @8.8.8.8 odc-stg.cs.txone-networks.com
  $ dig +trace +short @8.8.8.8 odc-stg.cs.txone-networks.com

查 DNS 時,出現 servfail 訊息

reference