Simple django app to allow/block IP addresses and ranges outside the Tas-IX network
Project description
# django-tasix
[![Build
Status](https://travis-ci.org/muminoff/django-tasix.svg?branch=master)](https://travis-ci.org/muminoff/django-tasix)
## What is Tas-IX?
Data exchange network in Uzbekistan, where many domestic ISP providers give access to resources within the network to their subscribers for free.
## What is `django-tasix`?
Simple django app to detect ip adresses/ranges of coming HTTP requests in middleware layer.
# Requirements
* Python (3.2, 3.3, 3.4, 3.5)
* Django (1.10)
# Installation
Install using '`pip`':
pip install django-tasix
Add `'tasix'` to your `MIDDLEWARE_CLASSES` setting:
MIDDLEWARE_CLASSES = (
# other middleware classes
'tasix.middleware.TasixMiddleware',
)
## Disclaimer
Network range is being fetched manually from `http://tasix.sarkor.uz/full`, meaning correctness is based on 3rd party ISP provider which releases network information periodically.
## License
BSD
[![Build
Status](https://travis-ci.org/muminoff/django-tasix.svg?branch=master)](https://travis-ci.org/muminoff/django-tasix)
## What is Tas-IX?
Data exchange network in Uzbekistan, where many domestic ISP providers give access to resources within the network to their subscribers for free.
## What is `django-tasix`?
Simple django app to detect ip adresses/ranges of coming HTTP requests in middleware layer.
# Requirements
* Python (3.2, 3.3, 3.4, 3.5)
* Django (1.10)
# Installation
Install using '`pip`':
pip install django-tasix
Add `'tasix'` to your `MIDDLEWARE_CLASSES` setting:
MIDDLEWARE_CLASSES = (
# other middleware classes
'tasix.middleware.TasixMiddleware',
)
## Disclaimer
Network range is being fetched manually from `http://tasix.sarkor.uz/full`, meaning correctness is based on 3rd party ISP provider which releases network information periodically.
## License
BSD
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-tasix-0.2.0.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for django_tasix-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c11425b3f341e42f8ec0298a688440e4193f7678a87afd975cbe54584bfb832 |
|
MD5 | 25fe6985849d7bcefded71170ce94095 |
|
BLAKE2b-256 | c8cb303c72b3eaa1f784a21daafa8412140db8fbb2de8569a231cf510dacfb9e |