Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 349 Bytes

File metadata and controls

21 lines (13 loc) · 349 Bytes

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