Apply conversion script to all *.md files. authored by Alexander Hansen Færøy's avatar Alexander Hansen Færøy
If you're having an issue with reaching SSL enable services, check out [[TheOnionRouter/TorFAQ#PrivoxyWeirdSSLPort]] If you're having an issue with reaching SSL enable services, check out [[TheOnionRouter/TorFAQ#PrivoxyWeirdSSLPort]]
This is a sample privoxy configuration file for use with the Unixish and Gnu/Linux packages: This is a sample privoxy configuration file for use with the Unixish and Gnu/Linux packages:
{{{ ```
# Generally, this file goes in /etc/privoxy/config # Generally, this file goes in /etc/privoxy/config
# #
# Tor listens as a SOCKS4a proxy here: # Tor listens as a SOCKS4a proxy here:
...@@ -27,4 +27,4 @@ enable-remote-toggle 0 ...@@ -27,4 +27,4 @@ enable-remote-toggle 0
enable-edit-actions 0 enable-edit-actions 0
enable-remote-http-toggle 0 enable-remote-http-toggle 0
buffer-limit 4096 buffer-limit 4096
}}} ```