mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-20 17:15:46 +02:00
Add "mdns-repeat-ifaces" field to "ip dns" (#358)
RouterOS 7.16 introduced an mDNS proxy, configurable via `mdns-repeat-ifaces` under `/ip/dns`.
This commit is contained in:
parent
9d382a1b10
commit
a920caa16a
2 changed files with 3 additions and 0 deletions
2
changelogs/fragments/358-mdns-repeat-ifaces.yml
Normal file
2
changelogs/fragments/358-mdns-repeat-ifaces.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - add ``mdns-repeat-ifaces`` to ``ip dns`` for RouterOS 7.16 and newer (https://github.com/ansible-collections/community.routeros/pull/358).
|
|
@ -2967,6 +2967,7 @@ PATHS = {
|
|||
([('7.8', '>=')], 'doh-max-concurrent-queries', KeyInfo(default=50)),
|
||||
([('7.8', '>=')], 'doh-max-server-connections', KeyInfo(default=5)),
|
||||
([('7.8', '>=')], 'doh-timeout', KeyInfo(default='5s')),
|
||||
([('7.16', '>=')], 'mdns-repeat-ifaces', KeyInfo()),
|
||||
],
|
||||
fields={
|
||||
'allow-remote-requests': KeyInfo(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue