This website requires JavaScript.
Explore
Help
Sign In
scott
/
blockinator
Watch
1
Star
0
Fork
You've already forked blockinator
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
A system to dynamically block requests to Apache or Varnish based on a remote IP address, X-Forwarded-For: header, User-agent and/or cookie fragment.
17
commits
1
branch
1
tag
51
KiB
Python
52.6%
C
31.5%
VCL
11.9%
Makefile
2.1%
Shell
1.9%
e5df7f77f7
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Scott Wallace
e5df7f77f7
Code tidy to ensure it complies with the Python coding standard (10/10 from PyLint).
2014-09-07 19:57:10 +01:00
apache
Update README.md
2013-06-25 18:49:33 +02:00
varnish
Removed cookie checking for Varnish -- deprecated.
2012-11-08 14:10:54 +00:00
apache.py
Updates for PEP8.
2013-07-13 08:44:35 +01:00
blocklist.cfg
Initial code commit.
2012-05-21 19:08:04 +01:00
blocklist.py
Code tidy to ensure it complies with the Python coding standard (10/10 from PyLint).
2014-09-07 19:57:10 +01:00
README.md
Add a Bitdeli badge to README
2014-01-25 17:32:44 +00:00
sqlite.py
Updates for PEP8.
2013-07-13 08:44:35 +01:00
varnish.py
Updates for PEP8.
2013-07-13 08:47:15 +01:00
README.md
Blockinator