Sujet : Re: Using lynx with a proxy server - and ssh with -D <port>
De : ats (at) *nospam* offog.org (Adam Sampson)
Groupes : comp.unix.programmerDate : 10. Apr 2026, 16:50:48
Autres entêtes
Message-ID : <y2aa4vau84n.fsf@offog.org>
References : 1
User-Agent : Gnus/5.13 (Gnus v5.13)
gazelle@shell.xmission.com (Kenny McCormack) writes:
$ ssh -D 3281 <host>
$ http_proxy=http://localhost:3281 lynx ...
A SOCKS proxy isn't the same as an HTTP proxy - with the latter, you
just send HTTP requests to it, whereas SOCKS is a different protocol. If
you want Lynx to connect via a SOCKS proxy, you can say:
lynx -socks5_proxy localhost:3281 ...
-- Adam Sampson <ats@offog.org> <http://offog.org/>
Haut de la page
Les messages affichés proviennent d'usenet.
NewsPortal