Skip to content

cssivision/rabbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.