Category: wget

  • Socks5 proxy and wget

    I’ve tried to set wget bash loop over socks5 proxy and was surprised to find out that wget does not have included proxy support. First start your proxy tunnel on port 8080 with ssh -o “ServerAliveInterval 60” -o “ServerAliveCountMax 3” -f -C -N -D *:8080 user@my.proxy.server &> tunnel.log My firefox utilizes this tunnel perfectly – […]