HeilAsuka / Sigil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build and test

Sigil

A TCP Port forwarding tool
To proxy tcp traffic on localhost port 8080 to remote host 10.0.1.100 port 5900 you can run:
sigil -l 127.0.0.1:8080 -r 10.0.1.100:5900
This crate use tokio as async runtime.

TODO

-[ ] support UDP

About

License:MIT License


Languages

Language:Rust 100.0%