https://github.com/patricksanders/map-deny
Generate a map of hosts.deny locations via GeoIP lookups
https://github.com/patricksanders/map-deny
Last synced: 6 months ago
JSON representation
Generate a map of hosts.deny locations via GeoIP lookups
- Host: GitHub
- URL: https://github.com/patricksanders/map-deny
- Owner: patricksanders
- License: other
- Created: 2015-01-26T00:13:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T08:42:45.000Z (about 2 years ago)
- Last Synced: 2025-01-29T19:45:51.576Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 16.7 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Map locations of denied host IPs using geoip lookups and OpenLayers 3.
This product includes GeoLite2 data created by MaxMind, available from [http://www.maxmind.com](http://www.maxmind.com).
##Setup
Rename and edit config file
mv config_SAMPLE.py config.py
vim config.py
Create and activate a virtualenv
virtualenv venv
source venv/bin/activate
Install dependencies via pip
pip install -r requirements.txt
Run it!
python map-deny.py