vpnkitrc

Crates.iovpnkitrc
lib.rsvpnkitrc
version0.1.4
sourcesrc
created_at2023-06-26 04:33:42.337803
updated_at2024-05-31 11:48:09.121828
descriptionRust library for interacting with VPNKit.
homepage
repositoryhttps://github.com/nxthat/vpnkitrc
max_upload_size
id900034
size13,450
leone (leon3s)

documentation

README

vpnkitrc

Stars Build With Chat on Discord

❓ Why Vpnkitrc

Vpnkitrc is a Rust client to interact with Vpnkit daemon usually running inside Docker Desktop.

It have the ability to forward tcp and udp traffic and unix socket from the Docker Desktop VM to the Host.

I started this project to make Nanocl compatible with Docker Desktop users.

📙 Table of Contents

📋 Requirements

💾 Installation

It's a Rust crates based on Ntex Http Client so you can install it with cargo and select the runtime eg:

cargo add vpnkitrc --features tokio

Available features are:

  • tokio
  • glommio
  • async-std

📚 Documentation

Commit count: 28

cargo fmt