Is it possible to define a subnet for the "maxconn" configuration tag in which every host in the subnet would be limited to the specified maximum connections as opposed to:
acl <acl name> src <subnet>/<prefix> acl <acl limit name> maxconn <maximum number of connections> http_access deny <acl limit name> <acl name> where the whole subnet would be limited to the <maximum number of connections>. Thank you
