Changes

Jump to navigation Jump to search
477 bytes added ,  16:29, 22 May 2017
Created page with "=== Privoxy config force HTTPS to all Requests === edit /etc/privoxy/user.action and enter at the end: <pre> { +redirect{s@http://@https://@} } .* </pre> === Privoxy Tor conn..."
=== Privoxy config force HTTPS to all Requests ===
edit /etc/privoxy/user.action and enter at the end:
<pre>
{ +redirect{s@http://@https://@} }
.*
</pre>

=== Privoxy Tor connect ===
(if TOR Node Server is installed)
edit /etc/privoxy/config and enter at the end
<pre>
forward-socks5 / 127.0.0.1:9050 . #Tor connect
forward 192.168.*.*/ . #LAN forward
forward 127.*.*.*/ . #Localhost connect
</pre>

Navigation menu