Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

e-graveyard/dora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buid Status Code Quality Code Coverage Documentation Status

DORA: DNS over REST API

DORA is a microservice that provides a simple API for DNS querying through a REST architecture. It aims to be a consumable API that's easy to digest and easy to deploy on cloud-based solutions, such as AWS Lambda and Heroku.

Features

DORA mainly relies on the dnspython toolkit. It can query the following records:

  • A : IPv4 address;
  • AAAA : IPv6 address;
  • CNAME : Canonical name (name alias);
  • MX : Mail exchange (mail transfer agent name);
  • NS : Authoritative name server;
  • TXT : Text records.

Documentation

For instructions of usage, installation, deployment and overall documentation of the code, read the docs.

Roadmap

  • Finish the user documentation;
  • Create code documentation;
  • 100% covered (write tests);
  • Publish DORA on PyPI;
  • Dockerized DORA;
  • Guide: Deploying DORA on Heroku;
  • Guide: Deploying DORA on AWS Lambda;

License

Kopimi Logo

To the extent possible under law, Caian Rais Ertl has waived all copyright and related or neighboring rights to this work. In the spirit of freedom of information, I encourage you to fork, modify, change, share, or do whatever you like with this project! ^C ^V

License