Crates.io | spfr |
lib.rs | spfr |
version | 0.0.4 |
source | src |
created_at | 2021-10-12 15:53:53.031583 |
updated_at | 2021-11-03 17:31:51.458395 |
description | Recursively look up SPF records for a domain |
homepage | https://git.sr.ht/brownjohnf/spfr |
repository | https://git.sr.ht/brownjohnf/spfr |
max_upload_size | |
id | 464019 |
size | 73,688 |
View the fully-resolved SPF tree for a given domain.
Optionally, only view the domains, or only IP addresses.
spfr 0.0.3
Recursively look up the SPF record chain for a domain
USAGE:
spfr [FLAGS] [OPTIONS] <domain>
FLAGS:
-d, --domains-only Only print domains, not the final, resolved IPs. Only honored when using text output format
-h, --help Prints help information
-i, --ips-only Only print IP addresses, not the domains. Only honored when using text output format
-V, --version Prints version information
-v, --verbose How verbose logs should be. Defaults to WARN; pass multiple times to increase verbosity
OPTIONS:
-f, --format <format> Specify an output format [default: text]
--indentation <indentation> Number of spaces to use for indentation, per level [default: 4]
ARGS:
<domain> The domain to do a recursive lookup on