-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
33 lines (23 loc) · 1.17 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 08-09-2018
Functioning implementation tested on `darwin-amd64`, `freebsd-amd64` and `linux-mipsle`
+ [x] `darwin-amd64` (macOS 10.13)
+ [x] `freebsd-amd64` (FreeNAS 11)
+ [x] `linux-mipsle` (EdgeOS 1.10, ER-X)
+ [x] Runs from secured JSON-based config
+ [x] Supports `A` and `AAAA` record types against the correct API endpoint
+ [x] Error diagnosis on non-200 returns
+ [x] 1s delay between record update attempts (compile time)
+ [x] 300s delay between full loop update attempts (compile time)
+ [x] Scripts for building a release with embedded `BuildVersion`, `BuildDate` and `GitRev` (printed to console at start)
# 09-09-2018
+ [x] Support relocating and renaming `./mbdns.conf` with `--config`
# 23-01-2019
+ [x] Fixed a bug where the API response body would read erroneously on error
# 11-05-2022
+ [x] [docs for the UDM-SE](/doc/udm-se/README.md)
+ [x] added support for linux arm64/aarch64 builds for the UDM-SE
+ [x] rebuilt all `release-1.0.2` binaries with go1.18.1
# 15-05-2022
+ [x] Support for the [Mythic Beasts Primary DNS API v2](https://www.mythic-beasts.com/support/api/dnsv2)
+ [x] Proper go module support
+ [x] Reworked documentation to suit the new implementation