Deny downlaod of any type bigger than 20Mb

Hi,
I want allow users to download only files which size less than 20MB,
Is there any way to do that?
Thabks

Hi,

Yes you can, using the mangle and connection-bytes feature to mark the connection and drop it.

Bye

It is not a good idea to drop downloads bigger than 20MB, better would be to mark those connections and limit speed with queues.

can someone please give an example of how to set this up?

thanks