Nav apraksta

z3APA3A 1220c504bd remove counterutils from makefiles 10 gadi atpakaļ
cfg e37a7f48d7 Older CVS comments removed 11 gadi atpakaļ
contrib a060376f1e initial import to git 11 gadi atpakaļ
doc 2d6b43f488 3proxy for dummies updated 10 gadi atpakaļ
man 6529b9cea1 3proxy.cfg manual pages updated to reflect 0.8 changes 10 gadi atpakaļ
scripts a060376f1e initial import to git 11 gadi atpakaļ
src b2e415b8cb Code restructure 10 gadi atpakaļ
.gitattributes a060376f1e initial import to git 11 gadi atpakaļ
.gitignore 5cccf7cbdd Do not ignore version.h 11 gadi atpakaļ
3proxy.ico 7951de875a Move icon compilations to makefiles 11 gadi atpakaļ
3proxy.rc 7951de875a Move icon compilations to makefiles 11 gadi atpakaļ
Makefile.Linux 1220c504bd remove counterutils from makefiles 10 gadi atpakaļ
Makefile.Solaris e37a7f48d7 Older CVS comments removed 11 gadi atpakaļ
Makefile.Solaris-gcc e37a7f48d7 Older CVS comments removed 11 gadi atpakaļ
Makefile.am a060376f1e initial import to git 11 gadi atpakaļ
Makefile.ccc e37a7f48d7 Older CVS comments removed 11 gadi atpakaļ
Makefile.debug e37a7f48d7 Older CVS comments removed 11 gadi atpakaļ
Makefile.inc e37a7f48d7 Older CVS comments removed 11 gadi atpakaļ
Makefile.intl e37a7f48d7 Older CVS comments removed 11 gadi atpakaļ
Makefile.msvc f88ea518b9 Compile same plugins for Win64 version 10 gadi atpakaļ
Makefile.msvc64 f88ea518b9 Compile same plugins for Win64 version 10 gadi atpakaļ
Makefile.msvcCE e37a7f48d7 Older CVS comments removed 11 gadi atpakaļ
Makefile.unix e37a7f48d7 Older CVS comments removed 11 gadi atpakaļ
Makefile.unix-install 1220c504bd remove counterutils from makefiles 10 gadi atpakaļ
Makefile.win e37a7f48d7 Older CVS comments removed 11 gadi atpakaļ
Makefile.winCE e37a7f48d7 Older CVS comments removed 11 gadi atpakaļ
README 5416ad63bb copyright fixed in readme 11 gadi atpakaļ
Release.notes e37a7f48d7 Older CVS comments removed 11 gadi atpakaļ
authors 053630c6d7 Files change 11 gadi atpakaļ
copying e37a7f48d7 Older CVS comments removed 11 gadi atpakaļ

README

/*
3APA3A 3proxy tiny proxy server
(c) 2002-2014 by Vladimir '3APA3A' Dubrovin <3proxy@3proxy.ru>

please read License Agreement
*/

Please read doc/html/index.html and man pages.

3proxy Combined proxy server may be used as
Windows 95/98/NT/2000/XP/2003/Vista
executable or service (supports installation and removal).
It uses config file to read it's configuration (see
3proxy.cfg.sample for details).
--install installs and starts proxy as NT/2000/XP service
(config file should be located in the same directory)
--remove removes the service (should be stopped before via
net stop 3proxy).
3proxy.exe is all-in-one, it doesn't require all others .exe
to work.
See 3proxy.cfg.sample for examples, see man 3proxy.cfg
proxy HTTP proxy server, binds to port 3128
ftppr FTP proxy server, binds to port 21
socks SOCKS 4/5 proxy server, binds to port 1080
ftppr FTP proxy server, please do not mess it with FTP over HTTP
proxy used in browsers
pop3p POP3 proxy server, binds to port 110. You must specify
POP3 username as username@target.host.ip[:port]
port is 110 by default.
Exmple: in Username configuration for you e-mail reader
set someuser@pop.somehost.ru, to obtains mail for someuser
from pop.somehost.ru via proxy.
smtpp SMTP proxy server, binds to port 25. You must specify
SMTP username as username@target.host.ip[:port]
port is 25 by default.
Exmple: in Username configuration for you e-mail reader
set someuser@mail.somehost.ru, to send mail as someuser
via mail.somehost.ru via proxy.
icqpr ICQ/AIM proxy. Maps some TCP port to TCP port of ICQ
server and performs packets translation. Example:
icqpr 5190 login.icq.com 5190
msnpr MSN proxy (beta)
tcppm TCP port mapping. Maps some TCP port on local machine to
TCP port on remote host.
udppm UDP port mapping. Maps some UDP port on local machine to
UDP port on remote machine. Only one user simulationeously
can use UDP mapping, so it cann't be used for public service
in large networks. It's OK to use it to map to DNS server
in small network or to map Counter-Strike server for single
client (you can use few mappings on different ports for
different clients in last case).
mycrypt Program to obtain crypted password fro cleartext. Supports
both MD5/crypt and NT password.
mycrypt password
produces NT password
mycrypt salt password
produces MD5/crypt password with salt "salt".
dighosts Utility for building networks list from web page.
countersutil Utility to manage counters file


Run utility with --help option for command line reference.

Latest version is available from http://3proxy.ru/