Skip to content

v1.2.2

Compare
Choose a tag to compare
@mr-borboto mr-borboto released this 11 Dec 18:42
· 29 commits to main since this release
58df033

1.2.2 (2024-12-11)

Previously the webhook was sending an API request to the Mikrotik RouterOS API to get a list of all of the configured DNS records. This would cause an issue since Mikrotik does support some record types that external DNS does NOT support.

As of this release, the webhook now adds some filtering to only get a list of supported DNS record types back from the RouterOS API.

Bug Fixes

  • only fetch supported record types from the Mikrotik API (#135) (58df033)