Go to file
fh0 40142e719b optimize stn_tun tcp 2021-07-30 11:10:23 +08:00
doc add `origin` `in` doc 2021-06-27 09:36:49 +08:00
stn optimize stn_tun tcp 2021-07-30 11:10:23 +08:00
stn_buf optimize stn_buf 2021-07-21 11:34:45 +08:00
stn_http_proxy_server add spaces & add References 2021-07-29 16:30:18 +08:00
stn_tproxy add spaces & add References 2021-07-29 16:30:18 +08:00
stn_tun optimize stn_tun tcp 2021-07-30 11:10:23 +08:00
Cargo.toml adjust file tree 2021-07-30 06:48:00 +08:00
LICENSE add license 2021-06-15 16:54:26 +08:00
README.md adjust file tree 2021-07-30 06:48:00 +08:00

README.md

stn

This project makes your network full of possibilities.

Build

git clone https://github.com/FH0/stn.git
cd stn
cargo update
cargo build --package stn --no-default-features --bin stn --release

The compiled file is target/release/stn.

Configuration

Todo

  • sniff out, get http and https domain from tcp stream
  • redirect out, like iptables DNAT
  • tun in

Script

References