Skip to content

Instantly share code, notes, and snippets.

@awalon
awalon / digall.sh
Last active February 17, 2026 15:10 — forked from FreedomBen/digall.sh
A bash command that will run a `dig` against a specified target for all record types
#!/usr/bin/env bash
#
# To use, simply run `digall <domain>` such as:
#
# digall example.com
# digall sub.example.com
#
# Place this file in your PATH. Suggest either /usr/local/bin/ or ~/bin
#