Tagged Questions
0
votes
1answer
185 views
Squid rate-limiting
I want to limit the number of requests that we get from single IPs, using squid (assume I have to use squid for political reasons), blocking those that make too many requests in a set period of time.
...
0
votes
1answer
361 views
Specifying multiple acl conditions on one acl line of squid.conf
In squid I need to combine acl conditions in one line:
e.g.
acl allowed_conn src 10.40.50.5 && dstdomain intranet.loc
acl allowed_conn src 10.40.50.6 && dstdomain anothersite.net
I ...
1
vote
3answers
288 views
Internet access control without squid
I intend to configure a server as a gateway.
I'll use it to manage network users, as well as share the internet connection for this network.
I will not share the Internet with squid, but I still ...