Skip to content

Instantly share code, notes, and snippets.

View 0E800's full-sized avatar
💭
Awake like an Owl

0E800 0E800

💭
Awake like an Owl
View GitHub Profile
@tikenn
tikenn / hulk.sh
Last active March 2, 2021 04:43
Download IP ban list and format for NGINX
#!/bin/bash
#
# --------------------------------------------------------------------------------------------
# Nginx IP Address Deny List download and format
# --------------------------------------------------------------------------------------------
# This file pulls from http://www.stopforumspam.com/downloads/bannedips.zip to
# retrieve a list of IPs known to be associated with spam. The program
# downloads, unzips, and formats the IP addresses into an NGINX config using
# 'deny'
#