What is the correct entry in Squid’s configuration file to create an acl named blacklist based on this file?

In the file /var/squid/url_blacklist is a list of URLs that users should not be allowed to access. What is the correct entry in Squid’s configuration file to create an acl named blacklist based on this file?

In the file /var/squid/url_blacklist is a list of URLs that users should not be allowed to access. What is the correct entry in Squid’s configuration file to create an acl named blacklist based on this file?

A.
acl blacklist urlpath_regex /var/squid/url_blacklist

B.
acl blacklist file /var/squid/url_blacklist

C.
acl blacklist "/var/squid/url_blacklist"

D.
acl blacklist urlpath_regex "/var/squid/url_blacklist"

E.
acl urlpath_regex blacklist /var/squid/url_blacklist



Leave a Reply 1

Your email address will not be published. Required fields are marked *


networkmanagers

networkmanagers

I choose