Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dora-ms

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dora-ms

A cloud-ready DNS query API

  • 0.2.1b0
  • PyPI
  • Socket score

Maintainers
1

Buid Status Code Coverage Documentation Status License Information

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, GCP Cloud Functions, GCP AppEngine, Heroku and so on.

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.

TODO

  • 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;
  • Guide: Deploying DORA on Google App Engine;
  • Guide: Deploying DORA on Google Cloud Functions;

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc