On 03.12.22 13:52, Nicolas wrote:
I installed squid on one of my servers, in order to block ads.

When I do not activate ads blocking, it works fine.
However, when I do activate ads blocking, some website are not accessible.
I can browse www.google.com for example, but I can't access www.linuxhint.com 
and a LOT of other websites.

Here's what appears in access.log :
1670071413.742      0 192.168.228.145 TCP_DENIED/403 3985 CONNECT 
linuxhint.com:443 - HIER_NONE/- text/html

Here's my squid.conf file :

acl ads dstdom_regex "/etc/squid/ad_block.txt"
http_access deny ads

curl -sS -L --compressed 
"http://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=0&mimetype=plaintext";
 > /etc/squid/ad_block.txt
which is on my server :
-rw-r--r-- 1 root root 60609  2 déc.  16:40 /etc/squid/ad_block.txt

I don't see anything special in that file, which contains for example :
1-1ads.com
101com.com
101order.com
123freeavatars.com
180hits.de
180searchassistant.com

the "t.co" matches.

there are no regexes in that file you should probably use "dstdomain" instead.

regexes match . as any character and match in the middle of strings.

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Microsoft dick is soft to do no harm
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to