overwrite_zone_file

Function overwrite_zone_file 

Source
fn overwrite_zone_file(
    fs: &FileStore,
    zone: &str,
    name: &str,
    bytes: &[u8],
) -> Result<(), String>
Expand description

Create-or-replace a zone file with exactly bytes (FileStore write_file requires the file to exist first).