Skip to content

Commit

Permalink
add ZONEMD support
Browse files Browse the repository at this point in the history
This commit add support for ZONEMD record type, described in RFC 8976.
  • Loading branch information
xofyarg committed Sep 27, 2023
1 parent e5275fa commit decc4ee
Show file tree
Hide file tree
Showing 2 changed files with 454 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rdata/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,9 @@ rdata_types! {
Tsig<O, N>,
}
}
zonemd::{
zone {
Zonemd<O>,
}
}
}
Loading

0 comments on commit decc4ee

Please sign in to comment.