/rabbit

personal VPN in rust.

Primary LanguageRustMIT LicenseMIT

rabbit

Build License

personal tunnel in rust.

Configuration

config.toml

[[server]]
local_addr = "127.0.0.1:9006"
password = "password"
method = "aes-128-cfb"

[[server]]
local_addr = "temp.sock"
password = "password"
method = "aes-128-cfb"

Usage

server

RUST_LOG=info ./rabbit -c config.toml

Licenses

All source code is licensed under the MIT License.