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
- Host: GitHub
- URL: https://github.com/theel0ja/ip-blocklists
- Owner: theel0ja
- Created: 2019-02-08T05:08:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T12:30:13.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T17:44:32.403Z (over 1 year ago)
- Topics: archive-dot-org, nginx, wayback-machine
- Homepage: https://git.lelux.fi/theel0ja/ip-blocklists
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```