[Privoxy-users] Privoxy & DD-WRT router logging issue

Redback barnstorming92 at gmail.com
Fri Aug 12 02:54:22 UTC 2016


G’day All
I’m now running Privoxy from my new DD-WRT router in a non transparent 
mode with no issue with access or running privoxy from the router. The 
reason for running Privoxy from the is, so that I can control the flow 
of information across the network from various devices, like Samsung TV 
was a debacle, Bluray player, other computers and mobiles and etc. The 
problem I’m facing, is, been able to log the various devices activities 
by logging there activities. I can do this if the said device itself has 
a proxy setting within the device, but half the said devices do not have 
the proxy setting within the devices setting and so I’m stumped. How can 
I setup privoxy to be able to log all activates from across the network 
without having to add proxy setting in each devices ?

Cheers
Andrew


confdir /jffs/etc/privoxy
templdir /jffs/etc/privoxy/templates
logdir /jffs/var/log/privoxy
actionsfile match-all.action
actionsfile default.action
actionsfile Genric.action
actionsfile rpft.action
actionsfile user.action
filterfile default.filter
filterfile rpft.filter
filterfile user.filter
logfile logfile
tolerate-pipelining 1
listen-address 192.168.1.1:8118
# listen-address :8118
# external requests
# forward  /  proxy:3128
# local requests
#forward 127.0.0.1:32400     .
forward  /     .
toggle 1
enable-remote-toggle 1
enable-remote-http-toggle 0
enable-edit-actions 1
buffer-limit 4096
accept-intercepted-requests 1
split-large-forms 0
keep-alive-timeout 5
socket-timeout 300
handle-as-empty-doc-returns-ok 1
log-buffer-size 1
log-max-lines 500
debug       1 # Log the destination for each request Privoxy let 
through. See also debug 1024.
#debug       8 # show header parsing
#debug       512 # Common Log Format
debug       1024 # Actions that are applied to all sites and maybe 
overruled later on.
#debug       1025
debug        4096 # Startup banner and warnings
#debug       8192 # Non-fatal error
accept-intercepted-requests 1



More information about the Privoxy-users mailing list