IOS

iTerm2终端配置VPN网络代理

2023-06-12  本文已影响0人  jeffrey_hjf
alias disable_proxy='unset http_proxy https_proxy'
alias enable_lantern_proxy='export http_proxy=http://127.0.0.1:7890 https_proxy=http://127.0.0.1:7890'
source ~/.bash_profile
enable_lantern_proxy
curl -i https://google.com
disable_proxy
上一篇 下一篇

猜你喜欢

热点阅读