4 lines
103 B
Rust
4 lines
103 B
Rust
pub mod dns;
|
|
|
|
pub use dns::{build_dns_query, detect_hijack, DnsError, QueryType, StealthDnsForwarder};
|