https://github.com/libdns/mythicbeasts
Mythic Beasts provider for libdns
https://github.com/libdns/mythicbeasts
Last synced: 6 months ago
JSON representation
Mythic Beasts provider for libdns
- Host: GitHub
- URL: https://github.com/libdns/mythicbeasts
- Owner: libdns
- License: mit
- Created: 2022-05-19T17:59:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-16T02:30:21.000Z (6 months ago)
- Last Synced: 2026-01-16T03:13:38.444Z (6 months ago)
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mythic Beasts for [`libdns`](https://github.com/libdns/libdns)
[](https://pkg.go.dev/github.com/libdns/mythicbeasts)
This package implements the [libdns](https://github.com/libdns/libdns) interfaces for [Mythic Beasts Primary DNS API v2](https://www.mythic-beasts.com/support/api/dnsv2), allowing you to manage DNS records.
## Authenticating
To authenticate you are required to supply both your Key ID and secret.
## Example
For a minimal example of how to access your DNS records see [_example/main.go](_example/main.go).