Created
August 15, 2024 13:18
-
-
Save supermarsx/3ee940db1e8fc8b0e1a4b6497fd2aeaa to your computer and use it in GitHub Desktop.
DKIM Key DNS Record Filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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