#proxy #tcp #vsock #connection #traffic #v-sock #proxying

app vsock-proxy

A minimal CLI to proxy TCP traffic to or from VSock

3 releases

0.1.2 Oct 3, 2023
0.1.1 Oct 3, 2023
0.1.0 Oct 3, 2023

#1940 in Network programming

Download history 1/week @ 2024-02-20 30/week @ 2024-02-27 5/week @ 2024-03-05 21/week @ 2024-03-12 33/week @ 2024-03-19 51/week @ 2024-03-26 93/week @ 2024-04-02 51/week @ 2024-04-09 84/week @ 2024-04-16

289 downloads per month

MIT license

13KB
274 lines

vsock-proxy

A utility crate for proxying connections between TCP and Vsock.

Install

cargo install vsock-proxy

Examples

Proxy from TCP to VSock

vsock-proxy --tcp-source 127.0.0.1:8008 --vsock-dest 1234:5678

### Proxy from VSock to TCP

vsock-proxy --vsock-source 3:6789 --tcp-dest 127.0.0.1:5000

Dependencies

~6–15MB
~184K SLoC