#proxy #tcp-udp #async #openvpn

app rproxy

Platform independent asynchronous UDP/TCP proxy

8 releases

0.1.7 Mar 8, 2023
0.1.6 Mar 8, 2023
0.1.3 Jun 28, 2022
0.1.2 Jan 1, 2022
0.1.0 Aug 31, 2020

#1487 in Network programming

Download history 3/week @ 2024-02-19 6/week @ 2024-02-26 92/week @ 2024-03-04

101 downloads per month

MIT license

23KB
474 lines

rproxy

rproxy is a blazing fast cross-platform transparent TCP&UDP proxy. No bullshit, extremely simple and just out of the box.

Installation

cargo install rproxy

Usage

rproxy: A platform neutral asynchronous UDP/TCP proxy

Options:
    -r, --remote <host>:<port>
                        The remote endpoint. e.g. www.xxx.yyy:443
    -b, --bind <ip>:<port>
                        The address to be listened. 0.0.0.0:33333 by default
    -p, --protocol TCP|UDP
                        Protocol of the communication, UDP by default
    -d, --debug         Enable debug mode

Dependencies

~14–22MB
~154K SLoC