https://github.com/reload/dnsimple-punktum-dk-ds-upload
A Google Cloud Function receiving webhook events from DNSimple reacting to `dnssec.rotation_start` and `dnssec.rotation_complete` events and passes DS records on to Punktum.dk via their DS Update protocol.
https://github.com/reload/dnsimple-punktum-dk-ds-upload
dk-hostmaster dk-registry dnsimple dnsimple-webhooks dnssec ds-record punktum-dk
Last synced: 2 months ago
JSON representation
A Google Cloud Function receiving webhook events from DNSimple reacting to `dnssec.rotation_start` and `dnssec.rotation_complete` events and passes DS records on to Punktum.dk via their DS Update protocol.
- Host: GitHub
- URL: https://github.com/reload/dnsimple-punktum-dk-ds-upload
- Owner: reload
- License: mit
- Created: 2019-02-22T23:01:50.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T04:00:58.000Z (about 1 year ago)
- Last Synced: 2024-04-08T05:21:26.209Z (about 1 year ago)
- Topics: dk-hostmaster, dk-registry, dnsimple, dnsimple-webhooks, dnssec, ds-record, punktum-dk
- Language: Go
- Homepage:
- Size: 1.93 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# DNSimple Punktum DS upload
> [!IMPORTANT]
> Deprecated: Punktum.dk has closed the DS-update Service, see
>[](https://pkg.go.dev/github.com/reload/dnsimple-punktum-dk-ds-upload)
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.