Difference between revisions of "Privoxy Tor"

From wiki.linuxonlinehelp.eu
Jump to navigation Jump to search
(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...")
 
Line 1: Line 1:
=== Privoxy config force HTTPS to all Requests ===
+
==== Privoxy config force HTTPS to all Requests ====
 
edit /etc/privoxy/user.action and enter at the end:
 
edit /etc/privoxy/user.action and enter at the end:
 
<pre>
 
<pre>
Line 6: Line 6:
 
</pre>
 
</pre>
  
=== Privoxy Tor connect ===
+
==== Privoxy Tor connect ====
 
(if TOR Node Server is installed)  
 
(if TOR Node Server is installed)  
 
edit /etc/privoxy/config and enter at the end
 
edit /etc/privoxy/config and enter at the end

Revision as of 16:30, 22 May 2017

Privoxy config force HTTPS to all Requests

edit /etc/privoxy/user.action and enter at the end:

{ +redirect{s@http://@https://@} }
.*

Privoxy Tor connect

(if TOR Node Server is installed) edit /etc/privoxy/config and enter at the end

forward-socks5   /               127.0.0.1:9050 .   #Tor connect
forward         192.168.*.*/     .                  #LAN forward
forward          127.*.*.*/  .                      #Localhost connect