Skip to content

Instantly share code, notes, and snippets.

@supermarsx
Created August 15, 2024 13:18
Show Gist options
  • Save supermarsx/3ee940db1e8fc8b0e1a4b6497fd2aeaa to your computer and use it in GitHub Desktop.
Save supermarsx/3ee940db1e8fc8b0e1a4b6497fd2aeaa to your computer and use it in GitHub Desktop.
DKIM Key DNS Record Filter
tr -d ' ' < domain.com/selector.txt | tr -d '\n' | tr -d '"' | tr -d '\t' | tr -s "[:blank]" | sed -n 's/.*(\(.*\)).*/\1/p' && echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment