]> git.ipfire.org Git - ipfire.org.git/commit
location: Add notice on page that an address is blacklisted
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Nov 2018 14:32:22 +0000 (14:32 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Nov 2018 14:32:22 +0000 (14:32 +0000)
commit2517822eee05c8ffa86efe6d211182601250d757
tree92b7ac6322326e2ebe932a3092292ae8c329a2ba
parent9e4e97a931f710ed4ad573a50e7848483bab444b
location: Add notice on page that an address is blacklisted

This only checks "important" blacklists that we use elsewhere
to block clients.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/backend/geoip.py
src/templates/location/base.html [new file with mode: 0644]
src/templates/location/blacklists.html [new file with mode: 0644]
src/templates/location/lookup.html
src/web/__init__.py
src/web/location.py