------------------------------------------------------------------------
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.