shell 代理
shell
shell
# mac clash:7890; hiddify: 12334
export http_proxy="http://127.0.0.1:12334"
export https_proxy="http://127.0.0.1:12334"
export http_proxy="http://127.0.0.1:12334" && export https_proxy=\$http_proxy
# powershell
$env:http_proxy="http://127.0.0.1:7890"
$env:https_proxy="http://127.0.0.1:7890"