Source: microsocks
Section: web
Priority: optional
Maintainer: PICCORO Lenz McKAY <mckaygerhard@gmail.com>
Build-Depends: debhelper (>= 9), gcc
Standards-Version: 3.9.5
Homepage: https://github.com/rofl0r

Package: microsocks
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tiny, portable SOCKS5 server with very moderate resource usage
 tiny, portable SOCKS5 server with very moderate resource usage
 .
 a SOCKS5 service that you can run on your remote boxes 
 to tunnel connections through them, if for some reason SSH doesn't cut it for you.
 .
 for every client, a thread with a stack size of 8/32 KB is spawned. 
 the main process basically doesn't consume any resources at all.
 the only limits are the amount of file descriptors and the RAM.
 .
 It's also designed to be robust: it handles resource exhaustion gracefully 
 by simply denying new connections, instead of calling abort() as most other do.
 .
 Is ease-of-use: no config file necessary, everything can be done 
 from the command line and doesn't even need any parameters for quick setup.
