To set your configuration, run insync-headless config [OPTIONS] [[run_on_startup|allow_analytics]][NEW_VALUE]
.
Options:
-l, --list
gives you a list of all settings and their current values.
To get the current proxy settings, run insync-headless get-proxy
.
To set your proxy, run insync-headless set-proxy [OPTIONS] [NONE|SYSTEM|MANUAL] [[HTTP|HTTPS|SOCKS4|SOCKS5]] [HOST] [PORT][USERNAME] [PASSWORD]
.
Examples for the options are:
insync-headless set-proxy NONE
insync-headless set-proxy SYSTEM
insync-headless set-proxy MANUAL HTTPS test_host 12345 test_user test_pass
For MANUAL proxies, TYPE, HOST, and PORT are required. For example: insync-headless set-proxy MANUAL HTTPS test_host 12345 test_user test_pass`
.