运维工具箱

运维工具箱

常用工具命令集合

代理

export HTTPS_PROXY=http://192.168.5.9:7897
export HTTP_PROXY=http://192.168.5.9:7897
export ALL_PROXY=socks5://192.168.5.9:7897

export HTTPS_PROXY=http://192.168.5.4:15732
export HTTP_PROXY=http://192.168.5.4:15732
export ALL_PROXY=socks5://192.168.5.4:15732

export HTTPS_PROXY=http://192.168.5.4:20010
export HTTP_PROXY=http://192.168.5.4:20010
export ALL_PROXY=socks5://192.168.5.4:20011
最后更新于