Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.unix.programmer > #17034
| From | Adam Sampson <ats@offog.org> |
|---|---|
| Newsgroups | comp.unix.programmer |
| Subject | Re: Using lynx with a proxy server - and ssh with -D <port> |
| Date | 2026-04-10 16:50 +0100 |
| Message-ID | <y2aa4vau84n.fsf@offog.org> (permalink) |
| References | <10rb3dd$vpgd$1@news.xmission.com> |
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/>
Back to comp.unix.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
Using lynx with a proxy server - and ssh with -D <port> gazelle@shell.xmission.com (Kenny McCormack) - 2026-04-10 15:02 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> Adam Sampson <ats@offog.org> - 2026-04-10 16:50 +0100
Re: Using lynx with a proxy server - and ssh with -D <port> gazelle@shell.xmission.com (Kenny McCormack) - 2026-04-10 17:17 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> kalevi@kolttonen.fi (Kalevi Kolttonen) - 2026-04-10 19:02 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> kalevi@kolttonen.fi (Kalevi Kolttonen) - 2026-04-10 19:29 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-04-10 22:04 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> gazelle@shell.xmission.com (Kenny McCormack) - 2026-04-10 22:35 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> gazelle@shell.xmission.com (Kenny McCormack) - 2026-04-10 19:43 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> Richard Kettlewell <invalid@invalid.invalid> - 2026-04-10 20:48 +0100
Re: Using lynx with a proxy server - and ssh with -D <port> gazelle@shell.xmission.com (Kenny McCormack) - 2026-04-10 20:26 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> Richard Kettlewell <invalid@invalid.invalid> - 2026-04-11 09:38 +0100
Re: Using lynx with a proxy server - and ssh with -D <port> gazelle@shell.xmission.com (Kenny McCormack) - 2026-04-11 10:29 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> Richard Kettlewell <invalid@invalid.invalid> - 2026-04-11 15:52 +0100
Re: Using lynx with a proxy server - and ssh with -D <port> Richard Kettlewell <invalid@invalid.invalid> - 2026-04-11 15:53 +0100
Re: Using lynx with a proxy server - and ssh with -D <port> gazelle@shell.xmission.com (Kenny McCormack) - 2026-04-11 20:58 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> Richard Kettlewell <invalid@invalid.invalid> - 2026-04-11 22:42 +0100
Re: Using lynx with a proxy server - and ssh with -D <port> gazelle@shell.xmission.com (Kenny McCormack) - 2026-04-12 00:31 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> Richard Kettlewell <invalid@invalid.invalid> - 2026-04-12 10:45 +0100
Re: Using lynx with a proxy server - and ssh with -D <port> kalevi@kolttonen.fi (Kalevi Kolttonen) - 2026-04-11 13:49 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> gazelle@shell.xmission.com (Kenny McCormack) - 2026-04-11 14:29 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> kalevi@kolttonen.fi (Kalevi Kolttonen) - 2026-04-11 14:54 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> Adam Sampson <ats@offog.org> - 2026-04-12 03:32 +0100
Re: Using lynx with a proxy server - and ssh with -D <port> gazelle@shell.xmission.com (Kenny McCormack) - 2026-04-12 10:43 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> kalevi@kolttonen.fi (Kalevi Kolttonen) - 2026-04-12 15:48 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> kalevi@kolttonen.fi (Kalevi Kolttonen) - 2026-04-12 15:53 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> gazelle@shell.xmission.com (Kenny McCormack) - 2026-04-12 16:44 +0000
Re: Using lynx with a proxy server - and ssh with -D <port> gazelle@shell.xmission.com (Kenny McCormack) - 2026-04-12 17:16 +0000
csiph-web