Skip to content

Commit

Permalink
Add ZONEMD support. (#229)
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 authored Sep 29, 2023
1 parent 694e2ec commit 28b871f
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 28b871f

Please sign in to comment.