Last active
February 6, 2018 02:09
-
-
Save phwelo/135e99cdead59cd3a329 to your computer and use it in GitHub Desktop.
[Check SPF Records] Check SPF records of a domain #SPF #DNS #BAT #CMD
This file contains 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
REM Checking outlook 365's SPF records from Google's public DNS at 8.8.8.8 | |
nslookup -query=all -type=TXT spf.protection.outlook.com 8.8.8.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment