Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 159 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 159 Bytes

sshproxy

SSH/SOCKS5 proxy application with a simple Qt GUI interface

Build

cd sshproxy
mkdir build
cd build
qmake ../sshproxy.pro
make all