An open API service indexing awesome lists of open source software.

https://github.com/theel0ja/ip-blocklists

IP blocklists for Nginx, including Archive.org blocklist
https://github.com/theel0ja/ip-blocklists

archive-dot-org nginx wayback-machine

Last synced: about 1 year ago
JSON representation

IP blocklists for Nginx, including Archive.org blocklist

Awesome Lists containing this project

README

          

# nginx-cf

## Usage (Cronjob)

```bash
30 6 * * * rm -rf /etc/nginx/conf.d/archiveorg.conf && wget -O /etc/nginx/conf.d/archiveorg.conf https://git.lelux.fi/theel0ja/ip-blocklists/raw/branch/master/archiveorg.conf > /dev/null
30 6 * * * rm -rf /etc/nginx/conf.d/domaintools.conf && wget -O /etc/nginx/conf.d/domaintools.conf https://git.lelux.fi/theel0ja/ip-blocklists/raw/branch/master/domaintools.conf > /dev/null
```