On Wed, Jan 22, 2020 at 2:14 AM Vieri Di Paola <[email protected]> wrote: > > Hi, > > I was wondering if it is complicated to implement ipset support for > the Require directive. Something like Require ip <ipset_name> (where > the ipset can be of types hash:ip, hash:net or bitmap:ip).
Should be straightforward, see modules/aaa/mod_authz_host.c. Because the APR library already knows how to check a IP against a subnet/CIDR, the callback for "require ip" is less than 20 lines of code including boilerplate stuff. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
