mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 10:35:40 +08:00
move installation to beginning
This commit is contained in:
parent
52ec3738d8
commit
46630a9b1b
35
README
35
README
@ -8,6 +8,26 @@ Download:
|
|||||||
Archive of old versions: https://github.com/z3APA3A/3proxy-archive
|
Archive of old versions: https://github.com/z3APA3A/3proxy-archive
|
||||||
|
|
||||||
|
|
||||||
|
3proxy --install
|
||||||
|
|
||||||
|
installs and starts proxy as Windows service
|
||||||
|
(config file should be located in the same directory)
|
||||||
|
|
||||||
|
3proxy --remove
|
||||||
|
removes the service (should be stopped before via
|
||||||
|
'net stop 3proxy').
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
Please read doc/html/index.html and man pages.
|
Please read doc/html/index.html and man pages.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
@ -130,21 +150,6 @@ Please read doc/html/index.html and man pages.
|
|||||||
to work.
|
to work.
|
||||||
See 3proxy.cfg.sample for examples, see man 3proxy.cfg
|
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').
|
|
||||||
|
|
||||||
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
|
proxy HTTP proxy server, binds to port 3128
|
||||||
ftppr FTP proxy server, binds to port 21
|
ftppr FTP proxy server, binds to port 21
|
||||||
socks SOCKS 4/5 proxy server, binds to port 1080
|
socks SOCKS 4/5 proxy server, binds to port 1080
|
||||||
|
Loading…
Reference in New Issue
Block a user