27 lines
883 B
Plaintext
27 lines
883 B
Plaintext
# Generally, this file goes in /etc/privoxy/config
|
|
#
|
|
# Tor listens as a SOCKS4a proxy here:
|
|
forward-socks4a / 127.0.0.1:9050 .
|
|
confdir /data/data/org.torproject.android
|
|
logdir /data/data/org.torproject.android
|
|
# actionsfile standard # Internal purpose, recommended
|
|
#actionsfile default.action # Main actions file
|
|
#actionsfile user.action # User customizations
|
|
#filterfile default.filter
|
|
|
|
# Don't log interesting things, only startup messages, warnings and errors
|
|
#logfile logfile
|
|
#jarfile jarfile
|
|
#debug 1
|
|
#debug 0 # show each GET/POST/CONNECT request
|
|
#debug 4096 # Startup banner and warnings
|
|
#debug 8192 # Errors - *we highly recommended enabling this*
|
|
|
|
#user-manual /usr/share/doc/privoxy/user-manual
|
|
listen-address 127.0.0.1:8118
|
|
toggle 1
|
|
accept-intercepted-requests 1
|
|
enable-remote-toggle 0
|
|
enable-edit-actions 0
|
|
enable-remote-http-toggle 0
|
|
buffer-limit 4096 |