Skip to content

Instantly share code, notes, and snippets.

@MrTechGadget
Created November 19, 2024 22:23
Show Gist options
  • Save MrTechGadget/3e890d189905394ee87bfdba71dd740a to your computer and use it in GitHub Desktop.
Save MrTechGadget/3e890d189905394ee87bfdba71dd740a to your computer and use it in GitHub Desktop.
Terminal Aliases
dag() {
domain=$1
echo "External 8.8.8.8"
dig @8.8.8.8 +noall +answer $domain
echo "Internal"
dig +noall +answer $domain
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment