Commit graph

705 commits

Author SHA1 Message Date
Stuart Cardall
3e4f1abc7d
setup-ngxblocker: fix sed error / refactor $col_size
fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/pull/47
2017-05-03 17:38:34 +00:00
Mitchell Krog UB1
df2d7f0b43 Referers / Bots (+/-) 2017-05-03 11:57:03 +02:00
Mitchell Krog
57413f534f Merge pull request #47 from itoffshore/alpine
setup-ngxblocker: fix sed error in Travis
2017-05-02 20:01:04 +02:00
Stuart Cardall
5c876024de
setup-ngxblocker: fix sed error in Travis
fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/pull/45
2017-05-02 17:22:00 +00:00
Mitchell Krog UB1
0f264e4830 Referers / Bots (+/-) 2017-05-02 15:52:03 +02:00
Mitchell Krog
8dae1ebe34 Merge pull request #46 from itoffshore/alpine
setup-ngxblocker: fix check_wildcard() / improve formatting
2017-05-01 18:37:29 +02:00
Stuart Cardall
b102e561ea
setup-ngxblocker: fix check_wildcard() / improve formatting
fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/pull/45
2017-05-01 16:29:30 +00:00
Mitchell Krog UB1
7a1212036f Fix Filename of Bad Referrers Generator List File 2017-05-01 10:19:01 +02:00
Mitchell Krog UB1
ba97efe3fd Referers / Bots (+/-) 2017-05-01 10:08:27 +02:00
Mitchell Krog UB1
899d16ac2c Referers / Bots (+/-) 2017-04-30 10:21:50 +02:00
Mitchell Krog
fabf34e74a Update Readme on Generator Lists Pull Requests 2017-04-29 12:31:34 +02:00
Mitchell Krog UB1
a61d8ecb1f Rename Pull Requests Folder to _generator_lists 2017-04-29 12:21:58 +02:00
Mitchell Krog UB1
7607e0c0a9 Add Google and Bing IP Ranges Lists to Pull Requests Folder 2017-04-29 12:12:12 +02:00
Mitchell Krog UB1
fb0eba6d64 Update Google and Bing IP Ranges 2017-04-29 11:49:17 +02:00
Mitchell Krog UB1
d3870798e6 Referers / Bots (+/-) 2017-04-29 10:07:38 +02:00
Mitchell Krog
1170d7df9d Merge pull request #45 from itoffshore/alpine
setup-ngxblocker / install-ngxblocker fixes
2017-04-29 09:38:09 +02:00
Stuart Cardall
f3cf01e2ad
setup-ngxblocker: add check_wildcard() / $VHOST_INCLUDES
add check_wildcard() to setup-ngxblocker
add $VHOST_INCLUDES to include_filelist.txt

fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/pull/43
2017-04-29 02:45:28 +00:00
Stuart Cardall
c291b8d0a6
install-ngxblocker: don't use grep -q
grep -q is not portable
2017-04-29 01:42:54 +00:00
Mitchell Krog UB1
08b47e46f1 Referers / Bots (+/-) 2017-04-28 09:46:48 +02:00
Mitchell Krog
0e8a5d45da Merge pull request #43 from itoffshore/alpine
fix dash shell compatibilities install / setup-ngxblocker
2017-04-27 21:38:34 +02:00
Stuart Cardall
4afe3094ea
fix dash shell compatibilities install / setup-ngxblocker
fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/issues/39

also fixes a small spacing bug in setup-ngxblocker => nginx.conf
2017-04-27 19:28:10 +00:00
Mitchell Krog
7ad50a2a95 Merge pull request #42 from itoffshore/alpine
fix dash shell compatibility
2017-04-27 18:09:10 +02:00
Stuart Cardall
cce45d487f
fix dash shell compatibility
fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/issues/39
2017-04-27 15:57:39 +00:00
Mitchell Krog
1837a25e50 Merge pull request #40 from itoffshore/alpine
fix POSIX shell compatibility
2017-04-27 16:05:53 +02:00
Stuart Cardall
c31b908c4b
fix POSIX shell compatibility
fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/issues/39
2017-04-27 14:00:11 +00:00
Mitchell Krog UB1
806df031e5 Referers / Bots (+/-) 2017-04-27 10:46:11 +02:00
Mitchell Krog
060ab24a9e Merge pull request #37 from itoffshore/alpine
use getopts not getopt
2017-04-26 19:07:04 +02:00
Stuart Cardall
312ee8bdb5 update-ngxblocker: use getopts not getopt
long options for the command line are removed. getopt is replaced with
the newer getopts (which is compatible with Debian's DASH Shell)

* fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/issues/35

* adds sanity checks for user command line switches

* adds -v command line option to print blacklist version
2017-04-26 15:56:40 +00:00
Stuart Cardall
59c34aebe7 setup-ngxblocker: use getopts not getopt
long options for the command line are removed. getopt is replaced with
the newer getopts (which is compatible with Debian's DASH Shell)

* fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/issues/35

* adds sanity checks for user command line switches
2017-04-26 15:55:40 +00:00
Stuart Cardall
f67776d8a9 install-ngxblocker: use getopts not getopt
long options for the command line are removed. getopt is replaced with
the newer getopts (which is compatible with Debian's DASH Shell)

* fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/issues/35

* adds sanity checks for user command line switches

* adds -v command line option to print blacklist version
2017-04-26 15:53:31 +00:00
Mitchell Krog UB1
9fb4ec4112 Referers / Bots (+/-) 2017-04-26 15:53:07 +02:00
Mitchell Krog UB1
67c8c06874 Referers / Bots (+/-) 2017-04-25 11:54:29 +02:00
Mitchell Krog UB1
38c36f56ec Referers / Bots (+/-) 2017-04-25 11:52:10 +02:00
Mitchell Krog UB1
6147522b7e Referers / Bots (+/-) 2017-04-23 10:52:45 +02:00
Mitchell Krog
4f02efc262 Merge pull request #33 from itoffshore/alpine
update-ngxblocker: add command line switches
2017-04-23 10:48:46 +02:00
Mitchell Krog UB1
e8d9306a12 Referers / Bots (+/-) 2017-04-23 10:23:31 +02:00
Stuart Cardall
b9198769b4 update-ngxblocker: add command line switches
* adds help menu & command line switches
* to view options run:

update-ngxblocker -h
2017-04-22 17:58:29 +00:00
Mitchell Krog
23d1bf124f Update Readme 2017-04-22 11:17:32 +02:00
Mitchell Krog UB1
4f618fbb09 Referers / Bots (+/-) 2017-04-22 09:32:49 +02:00
Mitchell Krog
e45f733c97 Merge pull request #31 from itoffshore/alpine
install-ngxblocker: 2 small fixes / setup-ngxblocker: update to new file structure
2017-04-22 09:17:04 +02:00
Stuart Cardall
6fb21ebb61 setup-ngxblocker: update for new file structure
setup-ngxblocker now also sources include_filelist.txt
2017-04-21 22:07:26 +00:00
Stuart Cardall
a8b0ae8399 install-ngxblocker: 2 small fixes 2017-04-21 22:01:55 +00:00
Mitchell Krog UB1
f6a4a174b3 Update Changelog / Fix Updating EnginTron globalblacklist.conf 2017-04-21 10:18:03 +02:00
Mitchell Krog UB1
be23cc429c Referers / Bots (+/-) 2017-04-21 10:02:23 +02:00
Mitchell Krog
1bcd070cd6 Merge pull request #30 from itoffshore/alpine
improve install script
2017-04-21 09:21:40 +02:00
Stuart Cardall
883bbc7bb5 improve install script
By default the install script makes no changes & prints to stdout the
changes it would make. To actually download the files run with:

install-ngxblocker -x [ or --exec ]

to see the command line options:

install-ngxblocker -h [ or --help ]
2017-04-21 01:30:44 +00:00
Stuart Cardall
674fc7114a add include_filelist.txt 2017-04-20 21:57:26 +00:00
Mitchell Krog UB1
173ca1d848 Referers / Bots (+/-) 2017-04-20 17:14:53 +02:00
Mitchell Krog UB1
ae625824f6 Merge branch 'master' of https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker 2017-04-20 17:14:41 +02:00
Mitchell Krog UB1
087e72ec67 Referers / Bots (+/-) 2017-04-20 17:14:23 +02:00