mzgmedia
2018-11-17 11:58:08 UTC
Hello
we want to restrict the access to a site to a certain number of simultanious
connections
we have this config
acl badSite dstdom_regex ^(www\.)?SITE\.[\.a-z]{2,5}
acl badSiteCon maxconn 33
http_access deny badSite badSiteCon
but I don't know if this works
or
it will restrict anybody which has at least 33 connections in total to
different sites and now tries to access the bad site
thank you for your time
--
Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html
we want to restrict the access to a site to a certain number of simultanious
connections
we have this config
acl badSite dstdom_regex ^(www\.)?SITE\.[\.a-z]{2,5}
acl badSiteCon maxconn 33
http_access deny badSite badSiteCon
but I don't know if this works
or
it will restrict anybody which has at least 33 connections in total to
different sites and now tries to access the bad site
thank you for your time
--
Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html