This commit is contained in:
Hadi
2026-04-06 15:12:34 +02:00
commit 4989225671
117 changed files with 11454 additions and 0 deletions

24
.github/docs/tools/dig.md vendored Normal file
View File

@@ -0,0 +1,24 @@
# `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)