Squid
De Hack-it.org.
(→tunnel SSH) |
|||
| Ligne 41 : | Ligne 41 : | ||
acl ncsa_users proxy_auth REQUIRED | acl ncsa_users proxy_auth REQUIRED | ||
http_access allow ncsa_users | http_access allow ncsa_users | ||
| + | |||
| + | === tunnel SSH === | ||
| + | |||
| + | <pre> | ||
| + | ssh -N -f user@clochard.org -L 3128:clochard.org:3128 | ||
| + | </pre> | ||
| + | |||
| + | choisir comme proxy localhost:3128 | ||
| + | |||
| + | irc: | ||
| + | |||
| + | <pre> | ||
| + | ssh -N -f user@clochard.org -L 6667:inframonde.org:6667 | ||
| + | </pre> | ||
| + | ou bien | ||
| + | <pre> | ||
| + | ssh -N -f user@clochard.org -L 6667:irc.freenode.org:6667 | ||
| + | </pre> | ||
| + | |||
| + | lancer irssi et taper /server localhost | ||
