pub async fn write_list_txt<P: AsRef<Path>>( path: P, ipnets: &BTreeSet<IpNet>, header: &str, ) -> Result<(), AppError>