pub async fn load_zone_configuration(
hosts_files: &[PathBuf],
hosts_dirs: &[PathBuf],
zone_files: &[PathBuf],
zone_dirs: &[PathBuf],
) -> Option<Zones>
Expand description
Load the hosts and zones from the configuration, generating the
Zones
parameter for the resolver.