This release fixes the follwing:
-
Increase limit
MAX_SPF_STRING_LENGTH
to512
see issue #2. This wil require some more thought on how to address as I work through adding testing. -
Address case where ip4 and ip6 address incorrect append CIDR information for a single host address
ip4:xxx.xxx.xxx.xxx
is returned asip4:xxx.xxx.xxx.xxx/32
in ip4 case.