You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# set http proxyexport http_proxy=http://127.0.0.1:8080
# set http proxy with user and passwordexport http_proxy=http://USERNAME:[email protected]:8080
# set http proxy with user and password (with special characters)export http_proxy=http://`urlencode 'USERNAME'`:`urlencode 'PASSWORD'`@127.0.0.1:8080
# set socks proxy (local DNS)export http_proxy=socks5://127.0.0.1:1080
# set socks proxy (remote DNS)export http_proxy=socks5h://127.0.0.1:1080