Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yinqiwen/rsnova


https://github.com/yinqiwen/rsnova

http-proxy low-memory proxy rust socks5-proxy tls-proxy

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Rust practice project

## Features

# Getting Started

**Examples**

**Build**
```sh
$ cargo build --release
```

**Generate cert/key for TLS/QUIC**
```sh
$ ./target/release/rsnova --rcgen
```

**Launch Server At Remote Server**
```sh
$ ./rsnova --role server --protocol tls --key ./key.der --cert ./cert.der --listen 0.0.0.0:48100
```

**Launch Server At Local Client**
```sh
$ ./rsnova --role client --cert ./cert.der --listen 127.0.0.1:48100 --remote tls://
```

**Use Proxy**
Now you can configure `socks5://127.0.0.1:48100` as the proxy for browser/tools.