Hello,
squid -v
Squid Cache: Version 6.6
What am I doing wrong here?
squid.conf:
external_acl_type ip_validator ttl=3600 negative_ttl=10 %SRC /usr/bin/python3 /home/ubuntu/squid/authentication.py
squid.conf:
external_acl_type ip_validator ttl=3600 negative_ttl=10 %SRC /usr/bin/python3 /home/ubuntu/squid/authentication.py
acl authorized_ips external ip_validator
deny_info http://example.com !authorized_ips
http_access allow authorized_ips
http_access deny !authorized_ips
deny_info http://example.com !authorized_ips
http_access allow authorized_ips
http_access deny !authorized_ips
http_access deny all
I'm not getting redirected to the URL when squid refused the connection.
I can see in the access.log that the connection is getting rejected.
This is a fresh squid installation. The only changes I made to the conf file are the above lines.
Appreciate your help!
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx https://lists.squid-cache.org/listinfo/squid-users