Skip to content

Instantly share code, notes, and snippets.

@Chunlin-Li
Last active May 10, 2016 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Chunlin-Li/de7b7d02d5db5a5327d056aa892212a5 to your computer and use it in GitHub Desktop.
Save Chunlin-Li/de7b7d02d5db5a5327d056aa892212a5 to your computer and use it in GitHub Desktop.
dropbox command and proxy setting

官方文檔

Proxy 的設置

proxy

dropbox proxy MODE [TYPE] [HOST] [PORT] [USERNAME] [PASSWORD] Manually sets proxy settings for Dropbox.

MODE One of the following: none, auto, manual Only valid in manual mode: TYPE One of the following: http, socks4, socks5 HOST Proxy hostname PORT Proxy port USERNAME Proxy username (optional) PASSWORD Proxy password (optional)

安裝:

https_proxy="https://1.1.1.1:1234" dropbox start -i

等待安裝結束, 使用以下命令行设置 Proxy 后, 再登录

dropbox proxy manual socks5 127.0.0.1 1080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment