| Crates.io | vpnkitrc |
| lib.rs | vpnkitrc |
| version | 0.1.5 |
| created_at | 2023-06-26 04:33:42.337803+00 |
| updated_at | 2025-03-10 02:59:03.932835+00 |
| description | Rust library for interacting with VPNKit. |
| homepage | |
| repository | https://github.com/nxthat/vpnkitrc |
| max_upload_size | |
| id | 900034 |
| size | 58,924 |
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.
Rust 1.70.0+Docker DesktopIt'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:
tokioglommioasync-std