Changes

From Amahi Wiki
Jump to: navigation, search
409 bytes added ,  08:14, 23 October 2009
privoxy configuration
== Rough Notes ==
* $ yum install tor privoxy (will include tor-core tor-lsb packages)
* to be continued...
 
===Privoxy configuration===
 
Privoxy must be configured manually after yum-installation. Edit <code>/etc/privoxy/config</code>, the line with <code>listen-address</code> must be changed.
listen-address 127.0.0.1:8118
to
listen-address 192.168.1.50:8118
where 192.168.1.50 is your hda's IP address (the DNS name of your hda does not work).
 
In order to start privoxy, issue
$ /etc/init.d/privoxy start
11

edits