4 releases

0.1.3 Feb 16, 2024
0.1.2 Nov 21, 2023
0.1.1 Jun 26, 2023
0.1.0 Jun 26, 2023

#1329 in Network programming

Download history 6/week @ 2024-01-04 8/week @ 2024-01-18 41/week @ 2024-01-25 20/week @ 2024-02-01 31/week @ 2024-02-08 178/week @ 2024-02-15 96/week @ 2024-02-22 49/week @ 2024-02-29 36/week @ 2024-03-07 18/week @ 2024-03-14 10/week @ 2024-03-21 15/week @ 2024-03-28 6/week @ 2024-04-04 7/week @ 2024-04-11 91/week @ 2024-04-18

119 downloads per month

MIT/Apache

13KB
234 lines

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

Dependencies

~13–49MB
~815K SLoC