diff --git a/README.md b/README.md index a622051..4671009 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ github.com: _netblocks2.google.com _netblocks3.google.com _spf.salesforce.com + mail.zendesk.com [...] ip4 (12 CIDRs / 1051 IPs): @@ -51,15 +52,15 @@ github.com: SPF record for domain 'github.com': valid Total counts: - Total # of DNS lookups : 9 + Total # of DNS lookups : 8 pass: Total # of 'exists' directives : 1 - Total # of 'include' directives : 8 - Total # of ip4 directives : 50 - Total # of ip4 addresses : 870748 - Total # of ip6 directives : 15 - Total # of ip6 addresses : 2.97129033104116e+28 + Total # of 'include' directives : 7 + Total # of ip4 directives : 45 + Total # of ip4 addresses : 870171 + Total # of ip6 directives : 11 + Total # of ip6 addresses : 29712752120897178112958136320 All others: softfail ``` @@ -72,12 +73,12 @@ the following modules installed: * Net::DNS * Net::Netmask +* Math::BigInt Optional modules: * Data::Dumper * JSON -* Math::BigInt You may be able to install these dependencies via: @@ -116,7 +117,7 @@ NAME spf - report on the given domain's use of SPF SYNOPSIS - spf [-Vbhjv] [-f format] [-p policy] [-r address] domain + spf [-Vhv] [-f format] [-p policy] [-r address] domain DESCRIPTION The spf tool allows you to inspect the Sender Policy Framework DNS records @@ -127,14 +128,10 @@ OPTIONS -V Print version information and exit. - -b support large numbers. - -f format output format (json, perl, text). -h Display help and exit. - -j Generate output in json format. - -p policy Expand and report on the given policy. Note: policy needs to be quoted; see EXAMPLES. @@ -177,7 +174,8 @@ SEE ALSO HISTORY spf was originally written by Jan Schaumann in - July 2022. + July 2022, with contributions by Royce Williams, Patrick Proniewski, and + Randolf Richardson . BUGS Please file bugs and feature requests by emailing the author.