acl allow_urls url_regex -i
"/etc/squid/allowurls-regex-acl.squid" (a) acl block_urls url_regex -i "/etc/squid/blockurls-regex-acl.squid" (b) acl allow_urlpaths urlpath_regex -i "/etc/squid/allowurlpaths-regex-acl.squid" (c) acl block_urlpaths urlpath_regex -i "/etc/squid/blockurlpaths-regex-acl.squid" (d) acl allow_domains_list dstdomain "/etc/squid/allowdomains-list-acl.squid" (e) acl block_domains_list dstdomain "/etc/squid/blockdomains-list-acl.squid" (f) acl block_domains_listex dstdomain "/etc/squid/blockdomains-listex-acl.squid" (g) acl allow_domains_regex dstdom_regex -i "/etc/squid/allowdomains-regex-acl.squid" (h) acl block_domains_regex dstdom_regex -i "/etc/squid/blockdomains-regex-acl.squid" (i) acl block_hosts_list dst "/etc/squid/blockhosts-list-acl.squid" (j) deny_info ERR_URL_BLOCKED block_urls deny_info ERR_URL_BLOCKED block_urlpaths deny_info ERR_DOMAIN_BLOCKED block_domains_list deny_info ERR_DOMAIN_BLOCKED block_domains_listex deny_info ERR_DOMAIN_BLOCKED block_domains_regex deny_info ERR_HOST_BLOCKED block_hosts_list http_access allow allow_urls http_access allow allow_urlpaths http_access allow allow_domains_list http_access allow allow_domains_regex http_access deny block_urls http_access deny block_urlpaths http_access deny block_domains_list http_access deny block_domains_listex http_access deny block_domains_regex http_access deny block_hosts_list (a), (b) look like this: "^http:\/\/websupport\.wdc\.com\/sfclickcount.asp\?" (c), (d) look like this: "^\/cgi-bin\/" (e), (f), (g) look like this: "www.googletagmanager.com" (h), (i) look like this: "^banner(s)?[0-9]*\." (j) looks like this: "85.17.30.143" (g) comes from a source like: e.g. http://winhelp2002.mvps.org/hosts.htm On 15.10.2014 02:05, Mirza Dedic wrote: yes
|
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users