3proxy配置

nscache 65536
timeouts 1 5 30 60 180 1800 15 60
service
log C:3proxy3proxy.log D
logformat "- +_L%Y-%m-%d %H:%M:%S %z %N.%p %E %U %C:%c %R:%r %O %I %h %T"
archiver rar rar a -df -inul %A %F
rotate 30

users user1:CL:123 user2:CL:123

# external 223.112.6.84
# external 192.168.2.101
# 不写ip,一般服务端的云主机的ip都不是真实地址,是映射的,所以设置为空即可.
#internal 192.168.2.101

auth strong
flush
# We want to protect internal interface
deny * * 127.0.0.1,192.168.2.1
# and llow HTTP and HTTPS traffic.
allow *
#allow * * * 80-88,8080-8088,8001-8010 HTTP 
#allow * * * 443,8443,8001-8010 HTTPS
#proxy -a -p1801
maxconn 1000
socks -p1801
原文地址:https://www.cnblogs.com/Fightingbirds/p/11804197.html