Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added comment regarding possibility of checking multiple domains
  • Loading branch information
bardurc authored Aug 13, 2019
1 parent 83d5883 commit 7658b5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Checks the status of SPF and DMARC for a domain
Script reads domains from domains.yaml and parses spf and dmarc records, if they exist.
Result is written to "result.csv".

#Check multiple domains
You can add as many domains as you want in "domains.yaml" file to check multiple domains in one go.
Three domains are already added as an example.

# Example csv output:
Entity,Domain,Has SPF,Has DMARC,DMARC p Policy,SPF record,DMARC record
Example Entity,example.com,Yes,No,,v=spf1 -all,
Expand Down

0 comments on commit 7658b5d

Please sign in to comment.