mirror of
https://github.com/anotherhadi/iknowyou.git
synced 2026-04-11 16:37:25 +02:00
25 lines
448 B
Markdown
25 lines
448 B
Markdown
# `dig`
|
|
|
|
DNS lookup querying A, AAAA, MX, NS, TXT, and SOA records for a domain, or reverse DNS (PTR) for an IP.
|
|
|
|
**Source / documentation:** [https://linux.die.net/man/1/dig](https://linux.die.net/man/1/dig)
|
|
|
|
## Input types
|
|
|
|
- `domain`
|
|
- `ip`
|
|
|
|
## External dependencies
|
|
|
|
The following binaries must be installed and available in `$PATH`:
|
|
|
|
- `dig`
|
|
|
|
## Configuration
|
|
|
|
This tool requires no configuration.
|
|
|
|
---
|
|
|
|
[← Back to tools index](../tools.md)
|