RazmjenaVjestina
MarcellMarsPitanjeKakoAnonimnoSurfatiPlusSveSnimiti: Revision 4

Kako anonimno surfati i pritom sve snimiti za kasnije offline surfanje?

--MarcellMars, 25/06/05

Odgovor #1

evo i odgovora na engleskom. prvom prilikom prevodim ;)

with a help from roger on WOS 3 i managed to set up wwwoffle (cache-proxy server), privoxy and tor in usefull chain... yeah ;)

in /etc/wwwoffle.conf in proxy section put this:

Proxy
{
 <http://*> proxy = 127.0.0.1:8118
 <*://localhost> proxy = none
}

in /etc/privoxy/config just add line with:

forward-socks4a / localhost:9050 .

(don't forget the dot) to its config file.

Start wwwoffle, privoxy and tor:

on gentoo:

# /etc/init.d/privoxy start
# /etc/init.d/wwwoffle-online start
# tor&

}

then in Firefox (or equivalent) in:

Tools > Options > Connection Settings > Manual proxy configuration:

HTTP Proxy: localhost                   Port: 8080

So: Mozilla regularly calls wwwoffle > wwwoffle calls privoxy > privoxy calls/uses tor and here we are anonimously saving things for offline browsing ;)


original Jun 25 5:03pm