personal tunnel in rust.
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"
RUST_LOG=info ./rabbit -c config.toml
All source code is licensed under the MIT License.