Questions tagged [dansguardian]

powerful web filtering tool which filter based in content rather than by url. Questions about the usage of this tool in Ubuntu should use this tag.

11 questions
2
votes
3 answers

Adult content filtering / dansguardian / scripting language / without decrypting ssl

From reading lots and lots of web pages I've come to the conclusion that: to filter adult content (not block it completely) from https sites like Twitter I would need to setup something like dansguardian/squid etc. on my Ubuntu proxy box to perform…
2
votes
0 answers

Squid/DansGuardian: Block tls on specific websites

I have successfully set up squid in combination with DansGuardian and it blocks http-traffic really wel. Sadly (and understandable) it doesn't block https at all. Is there a way to: filter specific websites with an self-signed certificate forward…
Thomas131
  • 21
  • 3
1
vote
0 answers

UFW Rules Prohibiting APT-GET and other functions

I just installed Privoxy and Dansguardian to act as a proxy/content filtering service. The tutorial called for the rules below to be added to the UFW before.rules file /etc/ufw/before.rules: -A ufw-before-output -m owner –uid-owner root -j ACCEPT -A…
bel
  • 11
1
vote
3 answers

The program 'iptables' is currently not installed

I am a newbie, so my apologies up front. I am trying to get DansGuardian installed (which I believe I have) and working. To get it working I need to filter IP traffic through the app via iptables. There are appropriate commands in the 'Getting…
1
vote
2 answers

How can I configure DansGuardian to filter https traffic?

I am having issues configuring DansGuardian to filter https traffic. Is there a way to force https traffic to go through a DansGuardian filter?
Ali
  • 534
1
vote
0 answers

Proxy issues with IM clients using yahoo

I've tried a number of clients now including Kopete, Pidgin and Empathy but none of them seem to respect my proxy settings. For example in Pidgin after adding a yahoo account then setting: Proxy type: HTTP Host: 127.0.0.1 Port: 8080 (I'm going to…
fpghost
  • 1,659
  • 4
  • 24
  • 35
0
votes
0 answers

Error in Clamav

I have a big problem. I ran out of space on the server. After an examination, I found that had a log file of 229 GB Clamav. I stoped the service and open the file in question had the following content: WARNING: [LibClamAV] mpool_malloc () : Attempt…
0
votes
1 answer

How to Filter Websites on Local Computer?

I want to filter websites on my local ubuntu Desktop 14.04. I don't have a dedicated server to configure dansguardian on with two NICs just one desktop. I tried flowing some tutorials with dansguardian but they are all for dedicated filtering…
0
votes
1 answer

How to use DansGuardian as a whitelist?

Set up privoxy and DansGuardian. Followed THIS guide for the main setup, and THIS to see how whitelisting can be done. In the bannedsitelist file I set a blanket block (using **). Then in the exceptionsitelist I added a few sites to test with, and…
MrAxlee
  • 527
0
votes
1 answer

Squid as proxy is only allowing https traffic

I have installed Squid with Dansguardian and configured it exactly as instructed here. It works fine for https traffic, which is allowed through just fine. However, squid doesn't allow any http traffic through. Instead, the browser displays a page…
Adam
  • 524
0
votes
2 answers

How to set up an autoupdated blacklist for Dansguardian?

I'm having issues setting up Dansguardian on my computer with Ubuntu 13.10. I'm trying to follow the steps in the Ubuntu Community Documentation for Dansguardian: https://help.ubuntu.com/community/DansGuardian I installed the programs it specified…
John Hill
  • 191