https://github.com/yegle/dnsecure
dnsecure
DNS server implemented in Python, with hold-on technology to detect DNS packet injectionSetup and Running
- Install
virtualenv. If you are running Debian/Ubuntu, runsudo aptitude install python-virtualenv - Create virtual environment for Python project: run
virtualenv-2.7 venv - Activate virtual environment: run
source venv/bin/activate - Install all required Python libraries: run
pip install -r requirements.txt