mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +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
|
@ -1408,10 +1408,12 @@ PATHS = {
|
|||
mutually_exclusive=[['name', 'regexp']],
|
||||
fields={
|
||||
'address': KeyInfo(),
|
||||
'address-list': KeyInfo(),
|
||||
'cname': KeyInfo(),
|
||||
'comment': KeyInfo(can_disable=True, remove_value=''),
|
||||
'disabled': KeyInfo(default=False),
|
||||
'forward-to': KeyInfo(),
|
||||
'match-subdomain': KeyInfo(default=False),
|
||||
'mx-exchange': KeyInfo(),
|
||||
'mx-preference': KeyInfo(),
|
||||
'name': KeyInfo(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue