命令行sock5
export http_proxy=socks5://127.0.0.1:1086 # Set HTTP Proxy export https_proxy=socks5://127.0.0.1:1086 # Set HTTPS Proxy export all_proxy=socks5://127.0.0.1:1086 # Set HTTP and HTTPS Proxy
export http_proxy=socks5://127.0.0.1:1086 # Set HTTP Proxy export https_proxy=socks5://127.0.0.1:1086 # Set HTTPS Proxy export all_proxy=socks5://127.0.0.1:1086 # Set HTTP and HTTPS Proxy
相关推荐