• April 19, 2024

All_Proxy Socks5

complete ways to set http/socks/ssh proxy environment variables # set proxy export _proxy=PROXYHOST:PROXYPORT # set proxy with user and password export _proxy=USERNAME:PASSWORD@PROXYHOST:PROXYPORT # set proxy with user and password (with special characters) export _proxy=`urlencode ‘USERNAME’`:`urlencode ‘PASSWORD’`@PROXYHOST:PROXYPORT # set socks proxy (local DNS) export _proxy=socks5PROXYHOST:PROXYPORT # set socks proxy (remote DNS)…

Read More

Linux Global Socks5 Proxy

System wide SOCKS5 Proxy – Unix & Linux Stack Exchange I connect to my Server on the internet using ssh -D 3128 If I am right I thereby open a SOCKS v5 Proxy to my Server. Using Firefox and FoxyProxy I can now add this to my proxys and tunnel…

Read More