From 12e96dd30aba925f82c2d87e282094600dc69985 Mon Sep 17 00:00:00 2001 From: zutto Date: Tue, 20 Jun 2017 14:15:13 +0300 Subject: [PATCH] updated readme --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 976023f..6f51a44 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ -#spamhaus ip blocklist updater +# spamhaus ip blocklist updater + +This is a tiny tool for automating the update process of nginx blocklist. + +usage: +./block.sh /desti/nation/file.conf + +and then inside http {} directive: +"include /desti/nation/file.conf;" +to include the denied ip blocks. + + +-- +You can also edit the block.sh and ignore first argument. -todo: add readme ^_^