-
Notifications
You must be signed in to change notification settings - Fork 606
Naxsi IgnoreIP and IgnoreCIDR #532
Comments
this is a good issue. this goes into the i'll update the wiki. thanks again. |
wiki updated. |
thank , was this added in version 1.0? , any plan / roadmap to make the whitelist work with any db? |
No, in 1.1. i do not see any need to have a db. you can use the nginx |
sorry if I insist on this again, but it is not working, according to my tests: first tests: ip_libre contains it does not work second test: ip_libre contains it doesn't work either third test: in each site defined in my vhost add inside location: it doesn't work either location / { include / etc / nginx / ip_libre; let me know if i'm doing something wrong, or if you need any log |
Hi, sorry for putting as an issue, but here I have a question, I am using a whitelist with naxsi, using the geo variable, something like that:
this works fine, the problem is when I add an entire network like: 192.168.20.0/24, looking at the documentation, I see that they added IgnoreCIDR "192.168.0.0/24"; (https://github.com/nbs-system/naxsi/wiki/IgnoreIP-and-IgnoreCIDR) , but it is not clear to me where I should go? , nginx.conf or in each site.conf.
I always miss being able to add or whitelist, both ip and patterns within a db, like mysql, postgresql or another and that naxsi can be integrated.
I think the json part of naxsi doesn't help much, if I'm wrong correct me.
The text was updated successfully, but these errors were encountered: