Using Proxy

1
2
export http_proxy=http://127.0.0.1:1080
export https_proxy=http://127.0.0.1:1080
1
2
export http_proxy="socks5://127.0.0.1:1080"
export https_proxy="socks5://127.0.0.1:1080"
1
export ALL_PROXY=socks5://127.0.0.1:1080
Licensed under CC BY-NC-SA 4.0
使用 Hugo 构建
主题 StackJimmy 设计