cask-pkg / cask.rs

A universal, distributed binary file manager. 一个通用的去中心化二进制管理器
MIT License
74 stars 3 forks source link

Does it support using proxy to access the internet ? #44

Closed zen010101 closed 5 months ago

zen010101 commented 1 year ago

Does it support using proxy to access the internet ?

axetroy commented 5 months ago

No, not currently supported, You need to use Shell's proxy settings

export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;export ALL_PROXY=socks5://127.0.0.1:1080