Skip to content

Commit

Permalink
refactor: edns module declared in lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jotape24 committed Jan 6, 2025
1 parent cc0202d commit 6257cfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/edns.rs

This file was deleted.

7 changes: 6 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ pub mod truncated_dns_message;
pub mod tsig;
pub mod dnssec;
pub mod example;
pub mod edns;
pub mod edns{
pub mod opt_option;
pub mod options {
pub mod ede;
}
}

0 comments on commit 6257cfa

Please sign in to comment.