Yes, I am saying that I can get unfiltered access via port 80. I have not disabled the transparency but when checking the Wiki I can see that its never actively enabled either..See output from DB:
09:36:15 root@mail ~@Home]config show dansguardian
dansguardian=service
portblocking=yes
status=enabled
09:36:26 root@mail ~@Home]config show squid
squid=service
EnforceSafePorts=no
SafePorts=21,70,80,81,119,210,443,563,980,1024-65535
TCPPort=3128
TCPProxyPort=80:3128
Transparent=no
TransparentPort=8080
access=private
status=enabled
The Wiki states the following is needed:
config setprop squid TransparentPort 8080
config setprop dansguardian portblocking yes
signal-event post-upgrade; signal-event reboot
But I guess a:
config setprop squid Transparent yes
expand-template /etc/squid/squid.conf
sv t /service/squid
is also needed. I will give that a go when I get home later today.