mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-04 10:14:39 +02:00
Support "address-list" and "match-subdomain" in static DNS records (#197)
RouterOS 7.5 added `address-list` and `match-subdomain` as fields for static DNS records. Changelog: https://forum.mikrotik.com/viewtopic.php?t=188851 Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
parent
3b127b12fa
commit
2e1159b4c4
4 changed files with 55 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - add support for ``address-list`` and ``match-subdomain`` introduced by RouterOS 7.7 in the ``ip dns static`` path (https://github.com/ansible-collections/community.routeros/pull/197).
|
Loading…
Add table
Add a link
Reference in a new issue