Socket
Socket
Sign inDemoInstall

powerdns_api

Package Overview
Dependencies
47
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    powerdns_api

Manage the PowerDNS API from Node.js


Version published
Weekly downloads
4
increased by300%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

PowerDNS API for Node.js

Supported API Versions

  • v1

Features

  • ❌ = Not Implemented

  • Zones

    • Get list - getZones()
    • Get details / records - getZone(zoneName)
    • Create - createZone(zone)
      • Use .Zone helper class
    • Update / delete records - updateZone(zoneName, rrsets)
      • Use .RRSet helper class
    • Notify slaves - notifyZone(zoneName)
    • Retrieve - retrieveZone(zoneName)
    • Delete - deleteZone(zoneName)
    • Export to AXFR - exportZone(zoneName)
    • ❌ Update metadata
    • ❌ Check (not implemented in PowerDNS as of writing)
    • ❌ Get metadata
  • ❌ Cryptokeys

  • ❌ Search

  • ❌ Cache (not implemented in PowerDNS as of writing)

  • ❌ Logging

  • ❌ Statistics

  • ❌ Tracing / Failures

See examples/examples.js for use.

Testing

Set environment variables as seen in examples/examples.js and run against a test server using npm test

Keywords

FAQs

Last updated on 13 Jul 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc