Releases: rys/mbdns
Releases · rys/mbdns
mbdns v2.0.1
mbdns v2.0.1 targets the Mythic Beasts Primary DNS API v2
- Config file format changed, be sure to look at the docs
- Look at Mythic Beasts' docs too, since you need new API key ID + key secret material to use the new endpoints
- Switched project structure to a golang module
- New
-insecure
flag to help debugging - Updated documentation
v2.0.1
release binaries built with go1.20.2 darwin/amd64- Better error reporting for API endpoint communication failure
Tested on my UDM SE.
mbdns v2.0
mbdns v2.0 targets the Mythic Beasts Primary DNS API v2
- Config file format changed, be sure to look at the docs
- Look at Mythic Beasts' docs too, since you need new API key ID + key secret material to use the new endpoints
- Proper golang module this time
- New
-insecure
flag to help debugging - Updated the documentation to suit
- New release binaries built with go1.18.1
Tested on my UDM SE.
v1.0.2
Move the if err != nil
check before the read of response.Body
so that it's not erroneously read in the event of an error.
- Updated on 2021-03-20 to add separate ARMv6 and ARMv7 prebuilts, rebuilt all others with go1.16.
- Updated on 2022-04-11 to add a Linux arm64/aarch64 prebuilt, rebuilt all others with go1.18.1