Welcome! Log In Create A New Profile

Advanced

Blacklist in nginx

Posted by pchandran 
Blacklist in nginx
November 15, 2015 06:02AM
The goal is to block listed IP address with less time consuming. i have a list of 400000 IPs, i need block them on nginx , i can use geo modules and defind vars like:
geo $bl {
***
}
if ($bl = 1) {
return 403;
}

also i can get developer to write module to work like Geo modules, create variable based on IP if IP is in Blacklist or not.

now i have questions.
what is fastets ?(Geo or custom modules)
how much 400000 IPs in Geo modules consume time ? (respons and request processing time)
how many IP can i add in Geo modules ?
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 230
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready