From 52ec3738d8a66a6ff8fbf8d6a80c0ef0ef71839b Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Wed, 25 Apr 2018 02:47:25 +0300 Subject: [PATCH] README update --- README | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README b/README index 04e508d..9f49d83 100644 --- a/README +++ b/README @@ -126,13 +126,25 @@ Please read doc/html/index.html and man pages. executable or service (supports installation and removal). It uses config file to read it's configuration (see 3proxy.cfg.sample for details). + 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 + --install installs and starts proxy as Windows 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 + + To build in Linux install git and build-essential packages, use + + git clone https://github.com/z3apa3a/3proxy + cd 3proxy + ln -s Makefile.Linux Makefile + make + make install + + use /etc/3proxy/add3proxyuser.sh script to add users. + 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