pub async fn run<D>(
device: D,
mtu: u16,
args: Args,
shutdown_token: CancellationToken,
) -> Result<()>Expand description
Run the proxy server
§Arguments
device- The network device to usemtu- The MTU of the network deviceargs- The arguments to useshutdown_token- The token to exit the server