最新配置文件的man文檔所在位置:
/程序目錄/doc/html/man3/3proxy.cfg.3.html
官網: https://3proxy.ru/
Download 3proxy tiny free proxy
- Stable version
- Development version
- Code signing certificate: 3proxy.cer
- GIT: https://github.com/z3APA3A/3proxy.git
- Archive of older versions: https://github.com/z3APA3A/3proxy-archive
- See also: Plugins and extensions
There are no currently 3proxy port maintainers for different distributions. If you want to become port maintainer please contact 3proxy@3proxy.ru.
#后台進程 daemon #DNS服務器 nserver 8.8.8.8 #DNS緩存 nscache 65536 #超時 timeouts 1 5 30 60 180 1800 15 60 #日志 log /var/log/3proxy.log logformat "- +_L%t.%. %N.%p %E %U %C:%c %R:%r %O %I %h %T" rotate 30 #用戶 CL為明文密碼 users user1:CL:pwd user2:CL:pwd #權限控制參數 #allow <userlist> <sourcelist> <targetlist> <targetportlist> <commandlist> <weekdaylist> <timeperiodlist> #deny <userlist> <sourcelist> <targetlist> <weekdaylist> <timeperiodlist> #開啟socks和http代理,指定監聽端口和出口IP auth iponly strong allow user1,user2 allow * 192.168.0.0/16 * socks -p1080 -e192.168.1.1 socks -p1081 -e192.168.1.2 proxy -p8080 -e192.168.1.1 proxy -p8081 -e192.168.1.2 flush #開啟HTTP代理,端口3128,輪換出口IP auth iponly allow * parent 500 http 192.168.1.2 0 parent 500 http 192.168.1.1 0 proxy -p3128 flush #開啟上層代理,HTTP端口1234,輪換上層socks5代理 auth iponly allow * parent 500 socks5 192.168.1.1 7777 parent 500 socks5 192.168.1.1 7070 parent 500 connect 192.168.1.1 3128 proxy -p1234 flush