Re: [squid-users] IP auth, simple username/pass authentication, if ip not authorized?

2018-04-14 Thread Amos Jeffries
Yes that should do it. But to let Squid do its job against DoS and such security attacks ... On 14/04/18 17:36, xpro6000 wrote: > This should do it > Move all these custom rules between here ... > acl Allowed_IPs src "/etc/squid/Allowed_IPs.txt" > http_access allow Allowed_IPs > > auth_param

Re: [squid-users] IP auth, simple username/pass authentication, if ip not authorized?

2018-04-13 Thread xpro6000
This should do it acl Allowed_IPs src "/etc/squid/Allowed_IPs.txt" http_access allow Allowed_IPs auth_param basic program /usr/lib/squid3/basic_ncsa_auth /etc/squid/passwd auth_param basic children 5 auth_param basic realm Squid proxy-caching web server auth_param basic credentialsttl 2 hours

[squid-users] IP auth, simple username/pass authentication, if ip not authorized?

2018-04-13 Thread xpro
Right now I'm using Squid with IP based authentication. Would it be possible to also allow the user access if their IP is not allowed, but they provide username/pass? ___ squid-users mailing list squid-users@lists.squid-cache.org