3proxy

目的

客戶端 —->客戶端代理【(socks port 11080) –> 3proxy (1)】–> http proxy -》防火墻【把80端口映射到8080端口】—》服務端路由–》服務端代理【3proxy socks代理 p8080】–》外網

方法

客戶端

chrome設置代理為socks localhost:11080

客戶端代理【(socks port 11080) –> 3proxy (1)】

配置

#3proxy-client-11080.cfg

timeouts 1 5 30 60 180 1800 15 60

service

log 3proxy.client.log D

# in log file we want to have underscores instead of spaces
logformat "- +_L%t.%.  %N.%p %E %U %C:%c %R:%r %O %I %h %T"


rotate 30

auth iponly
allow * * * 
# 代理鏈,先經過http防火墻,再經過socks5代理
parent 1000 connect 《http proxy IP》 《http proxy PORT》
parent 1000 socks5 《防火墻 IP》 80
#proxy -a -p18000
socks -a -p11080

啓動服務

3proxy 3proxy-client-l10800.cfg

防火墻【把80端口映射到8080端口】

沒什麽好説的

服務端代理【3proxy socks代理 p8080】

#3proxy-server - 8080.cfg
timeouts 1 5 30 60 180 1800 15 60

service

log 3proxy.log D

logformat "- +_L%t.%.  %N.%p %E %U %C:%c %R:%r %O %I %h %T"

rotate 30

auth none
# no authentication is requires

#proxy -p8000
socks -p8080


Powered by Jekyll and Theme by solid

本站总访问量