Skip to main content

Module config

Module config 

Source
Expand description

Network configuration types and fluent builders.

Re-exports§

pub use builder::*;

Modules§

builder
Fluent builder API for NetworkConfig.

Structs§

DnsConfig
DNS interception settings for the sandbox.
InterfaceOverrides
Optional overrides for the guest interface.
NetworkConfig
Complete network configuration for a sandbox.
PublishedPort
A published port mapping between host and guest.

Enums§

PortProtocol
Protocol for a published port.

Constants§

MAX_NETWORK_CONNECTIONS
Maximum accepted value for NetworkConfig::max_connections.