Linux – Adding wild card to squid ACL

access-control-listlinuxsquid

I want to add a wild card to squid ACL.

acl mp3_ext url_regex s-i *.mp3

Best Answer

The documentation covers these situations...

acl mp3_ext url_regex [-i] \.mp3$