[email protected] wrote:
Hi, I need to limit the speed at which remote users can download news, but not local (IP mask) users. Can this be done with access.conf?Can I have an example?
Yes, in access.conf, lets assume local addresses are 10.*
*:read,post:$lookup$:$lookup$:*:max_out=1000000
10.*:read,post:::*:max_out=1000000
*:read,post:::*:max_out=10000
ChrisP.
