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.
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.
For instructions of usage, installation, deployment and overall documentation of the code, read the docs.
- 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;
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