Skip to content

Instantly share code, notes, and snippets.

View finzzz's full-sized avatar

Vincent Carlos finzzz

View GitHub Profile
@finzzz
finzzz / proxy.md
Created April 7, 2024 04:02 — forked from yougg/proxy.md
complete ways to set http/socks/ssh proxy environment variables

set http or socks proxy environment variables

# set http proxy
export http_proxy=http://PROXYHOST:PROXYPORT

# set http proxy with user and password
export http_proxy=http://USERNAME:PASSWORD@PROXYHOST:PROXYPORT

# set http proxy with user and password (with special characters)