Socket
Socket
Sign inDemoInstall

github.com/reload/dnsimple-dk-hostmaster-ds-upload

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/reload/dnsimple-dk-hostmaster-ds-upload


Version published
Created
Source

DNSimple Punktum DS upload

[!IMPORTANT] Deprecated: Punktum.dk has closed the DS-update Service, see https://punktum.dk/artikler/breaking-changes

Go reference

Package function is a Google Cloud Function receiving webhook events from DNSimple (https://dnsimple.com/webhooks).

It reacts to dnssec.rotation_start and dnssec.rotation_complete events and passes the new DS record on to Punktum.dk via their DS Update protocol (https://github.com/Punktum-dk/dsu-service-specification).

The cloud function needs to be configured through environment variables.

The TOKEN environment variable is the access token that should be added as URL query parameter to the trigger URL (e.g. ?token=abcdefeghijklmnopqrstuvxyz0123456789).

The DNSIMPLE_TOKEN environment variable is a DNSimple API token that is used to retrieve DS records from DNsimple.

For the domains in your DNSimple account that you would like this cloud function to update in Punktum.dk you need to add three environment variables. They should all be prefix with the Domain ID from DNSimple (e.g. 123456).

123456_DOMAIN: the (apex) domain name in Punktum.dk.

123456_USERID: the Punktum.dk handle you use to login to their self service.

123456_PASSWORD: the Punktum.dk password you use to login to their self service.

FAQs

Package last updated on 13 Aug 2024

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