Files
AS_Network_List/blacklists_nginx
2026-03-27 18:14:07 +00:00
..
2026-03-27 18:14:07 +00:00
2026-03-27 18:14:07 +00:00
2026-03-27 18:14:07 +00:00
2026-03-26 10:34:02 +01:00

nginx blacklists

Short: ready-to-use deny lists for nginx (mixed, IPv4-only, and IPv6-only).

How to use

  1. Download one file (blacklist.conf, blacklist-v4.conf, or blacklist-v6.conf).
  2. Include it in your server or location block:
include /etc/nginx/blacklist.conf;
  1. Test and reload nginx:
sudo nginx -t && sudo systemctl reload nginx