cssivision / rabbit

personal VPN in rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

personal VPN in rust.

License:MIT License


Languages

Language:Rust 100.0%