Skip to content

Commit

Permalink
added ns and sv conn
Browse files Browse the repository at this point in the history
  • Loading branch information
joalopez1206 committed Jan 10, 2025
1 parent abe4e99 commit 6232d40
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ pub mod async_resolver;
pub mod truncated_dns_message;
pub mod tsig;
pub mod dnssec;
pub mod example;
pub mod example;
pub mod nameserver;
6 changes: 5 additions & 1 deletion src/nameserver.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
pub mod DnsZone;
use std::collections::HashMap;
use crate::domain_name::DomainName;

pub mod zones;
mod server_connection;

/// Structure to represent a Name Server
#[derive (PartialEq, Debug)]
Expand Down
Empty file.
File renamed without changes.

0 comments on commit 6232d40

Please sign in to comment.