Think I found it but, what the difference between these two
acl aclname ssl::server_name_regex [-i] \.foo\.com ...
acl aclname dstdom_regex [-n] [-i] \.foo\.com ...
On Thu, 19 May 2022, 19:01 robert k Wild, <robertkwild@xxxxxxxxx> wrote:
Hi all,ATM in my squid.conf I have two acls, one for normal whitelist urls and one for whitelist reg ex urls, like so#HTTP_HTTPS whitelist websites
acl whitelist ssl::server_name "/usr/local/squid/etc/urlwhite.txt"
#
#HTTP_HTTPS whitelist websites regex
acl whitelistreg ssl::server_name_regex "/usr/local/squid/etc/urlregwhite.txt"
#
http_access allow activation whitelist
http_access allow activation whitelistreg
http_access deny all
urlwhite.txt
urlregwhite.txt
^zzz-iobuckets-io.*.s3.amazonaws.com
How would I be able to combine both together to get rid of the whitelist and just leave the whitelistreg
Thanks,Rob
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users