resolved::fs

Function load_zone_configuration

Source
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.