decon-spf 0.3.3

This is a simple tool that allows you to deconstruct an existing SPF record that might be retreived in a normal DNS TXT lookup. With version 0.2.0 you can now also construct a new Spf record.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod a;
mod all;
mod exists;
mod include;
mod invalid;
mod ipnetwork;
mod mx;
mod ptr;
mod redirect;
#[cfg(feature = "strict-dns")]
mod strictdns;