Skip to content

sjinks/repwatch_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repwatch_proxy Build Status

Submodule Build Status

Notes

  • To be able to clone the repository please make sure that 9418/TCP port is open

Build on CentOS

yum install qt4-devel libevent-devel gcc gcc-c++ git pam-devel tcp_wrappers
git clone --quiet --branch=master git://github.com/sjinks/repwatch_proxy.git repwatch_proxy
cd repwatch_proxy
git submodule update --init --recursive
/usr/lib64/qt4/bin/qmake -recursive
make

pam-devel and tcp_wrappers are optional.

If pam-devel is available, repwatchproxy will be built with PAM support.

If tcp_wrappers is available, repwatchproxy will be built with TCP Wrapper support.

PAM support can be optionally disabled with qmake CONFIG+=nopam

TCP Wrapper support can be optionally disabled with qmake CONFIG+=nolibwrap

Build on Debian/Ubuntu

yum install libqt4-dev libevent-dev gcc g++ git libpam0g-dev libwrap0-dev
git clone --quiet --branch=master git://github.com/sjinks/repwatch_proxy.git repwatch_proxy
cd repwatch_proxy
git submodule update --init --recursive
qmake -recursive
make

libpam0g-dev and libwrap0-dev are optional.

If libpam0g-dev is available, repwatchproxy will be built with PAM support.

If libwrap0-dev is available, repwatchproxy will be built with TCP Wrapper support.

PAM support can be optionally disabled with qmake CONFIG+=nopam

TCP Wrapper support can be optionally disabled with qmake CONFIG+=nolibwrap

About

SOCKS5 Proxy for RepWatch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published