pub fn parse_dat(input: &str) -> Result<IpFilter, IpFilterError>Expand description
Parse an eMule .dat format blocklist.
Format: first_ip - last_ip , level , description
Lines starting with # are comments.
pub fn parse_dat(input: &str) -> Result<IpFilter, IpFilterError>Parse an eMule .dat format blocklist.
Format: first_ip - last_ip , level , description
Lines starting with # are comments.