drill
Perform various DNS queries.
=> More information.
- Lookup the IP(s) associated with a hostname (A records):
drill {example.com}
- Lookup the mail server(s) associated with a given domain name (MX record):
drill mx {example.com}
- Get all types of records for a given domain name:
drill any {example.com}
- Specify an alternate DNS server to query:
drill {example.com} @{8.8.8.8}
- Perform a reverse DNS lookup on an IP address (PTR record):
drill -x {8.8.8.8}
- Perform DNSSEC trace from root servers down to a domain name:
drill -TD {example.com}
- Show DNSKEY record(s) for a domain name:
drill -s dnskey {example.com}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/drill.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 103.934223 milliseconds
- Gemini-to-HTML Time
- 0.334701 milliseconds
This content has been proxied by September (ba2dc).