/python-redisdnsd

An authorative nameserver using Redis as a backend written in Python with Gevent

Primary LanguagePythonMIT LicenseMIT

Python-RedisDNSd

An authorative DNS server written in Python+gevent that uses Redis as a backend

NOTE This is very much an experiment, use at your own risk.

Installation / Usage

  1. Clone the repository
  2. pip install -r requirements.txt
  3. python server.py

Todo

  • Documentation
  • Tests
  • Command line flags

##License

See LICENSE