A LIVE MAN

# 代理

默认分类 Tags: 无标签 阅读: 3

本地格式

export https_proxy=http://127.0.0.1:1087
export http_proxy=http://127.0.0.1:1087
export ALL_PROXY=socks5://127.0.0.1:1080

目标 ip 格式

export https_proxy=http://192.168.31.182:1087
export http_proxy=http://192.168.31.182:1087
export ALL_PROXY=socks5://192.168.31.182:1080

windows 目标 ip 格式

export https_proxy=http://192.168.192.71:1087
export http_proxy=http://192.168.192.71:1087
export ALL_PROXY=socks5://192.168.192.71:1080

windows 本地模式

export http_proxy=http://127.0.0.1:20171
export https_proxy=http://127.0.0.1:20171
export ALL_PROXY=socks5://217.0.0.1:20170