Menu

Tree [bdba3c] master /
 History

HTTPS access


File Date Author Commit
 include 2014-06-04 Matias Fontanini Matias Fontanini [bdba3c] Fixed bug in configuration.
 libs 2012-03-07 Matias Fontanini Matias Fontanini [4c1a55] Fixed bugs and removed unneeded files from libc...
 src 2014-06-04 Matias Fontanini Matias Fontanini [bdba3c] Fixed bug in configuration.
 COPYING 2012-03-07 Matias Fontanini Matias Fontanini [cb7e10] Added README and COPYING files.
 Makefile.in 2012-03-07 Matias Fontanini Matias Fontanini [4c1a55] Fixed bugs and removed unneeded files from libc...
 README 2012-03-07 Matias Fontanini Matias Fontanini [77def4] Done minor modifications on README and main.cpp.
 configure 2012-03-07 Matias Fontanini Matias Fontanini [4c1a55] Fixed bugs and removed unneeded files from libc...
 configure.ac 2012-02-26 Matias Matias [3904ed] Made a generic config parser and moved it to li...
 yasps.conf 2012-03-03 Matias Fontanini Matias Fontanini [5f4ab4] Fixed some bugs in Worker class.

Read Me

------------------------------------------------------------------------
       yasps v0.1
------------------------------------------------------------------------


-------------------------------- About ---------------------------------

yasps is a simple socks5 proxy server. This application supports both
non-authenticated connections and username/password authenticated 
connections(rfc1929).

yasps is licensed under the GNU General Public License version 2, as 
documented in the "COPYING" file.

------------------------------ Compiling -------------------------------

In order to compile yasps, follow the usual steps:

./configure
make
#make install

------------------------------ Usage -----------------------------------

yasps can be configured using a file named yasps.conf, which can be 
located either in the working directory, or on /etc. Read the provided
yasps.conf file in order to see which options can be configured.

Parameters can be also given using command line arguments. These are the
valid arguments:

-i IP: The IP address in which to bind the server.
-p PORT: The port number in which to bind the server. 
-h: Print this short help.

------------------------------------------------------------------------
------------------------------------------------------------------------

Visit http://sourceforge.net/projects/yasps/ to download the latest
yasps version.