Docs

linux

Linux

Configure Proxy

sh
export https_proxy="http://127.0.0.1:7890"export http_proxy="http://127.0.0.1:7890"export all_proxy="socks5://127.0.0.1:7891"