Skip to content

xywanz/tcp_tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9a00d4 · Jul 14, 2022

History

3 Commits
Jun 28, 2022
Jun 28, 2022
Jul 14, 2022

Repository files navigation

tcp_tunnel

usage

# server
python3 tcp_tunnel.py --server=[bind_host:]port
# client
python3 tcp_tunnel.py --remote=<remote_host>:<remote_port> [-t <local_port>:<dst_addr>:<dst_port> ...]

requirements

Python>=3.7

Releases

No releases published

Packages

No packages published

Languages