microsandbox-network 0.7.0

Networking types and smoltcp engine for the microsandbox project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! DNS interception, forwarding, and host resolver implementation.

//--------------------------------------------------------------------------------------------------
// Exports
//--------------------------------------------------------------------------------------------------

pub(crate) mod client;
pub(crate) mod common;
pub(crate) mod forwarder;
pub mod interceptor;
pub(crate) mod nameserver;
pub(crate) mod proxies;
#[cfg(windows)]
pub(crate) mod windows_resolver;