mirror of
https://github.com/jschauma/spf.git
synced 2024-05-09 09:54:51 +00:00
Update README.md
Updated sample output for sample SPF analysis of github.com to reflect changes to updated code, plus various other changes. (I don't know where else to add these, so I saved them here again for easier copying to the right template files later.)
This commit is contained in:
Randolf Richardson 張文道
committed by
GitHub
parent
37e36496a7
commit
0800192fa2
24
README.md
24
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 <jschauma@netmeister.org> in
|
||||
July 2022.
|
||||
July 2022, with contributions by Royce Williams, Patrick Proniewski, and
|
||||
Randolf Richardson <randolf@inter-corporate.com>.
|
||||
|
||||
BUGS
|
||||
Please file bugs and feature requests by emailing the author.
|
||||
|
Reference in New Issue
Block a user