#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

#2031 in Network programming

Download history 29/week @ 2024-02-24 4/week @ 2024-03-02 17/week @ 2024-03-09 28/week @ 2024-03-16 57/week @ 2024-03-23 88/week @ 2024-03-30 56/week @ 2024-04-06 38/week @ 2024-04-13 145/week @ 2024-04-20 13/week @ 2024-04-27 34/week @ 2024-05-04

243 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
~182K SLoC