Hello, I set up a squid proxy, I want to allow some sites, Google recaptcha and block everything else.

acl mydest dstdomain .projet-voltaire.fr
http_access allow mydest
acl  google_recaptcha url_regex ^www.google.com/recaptcha/$
http_access allow google_recaptcha
http_access deny all

The captcha is not showing. A syntax error ?

Thanks.


_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
https://lists.squid-cache.org/listinfo/squid-users

Reply via email to