mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-06-01 08:12:39 +00:00
dhcp-to-dns: allow to ignore for specific lease
This commit is contained in:
parent
69a45a51d3
commit
99facacb59
2 changed files with 4 additions and 2 deletions
|
|
@ -55,6 +55,8 @@ for specific networks:
|
|||
|
||||
/ip/dhcp-server/network/add address=10.0.0.0/24 domain=example.com comment="dns-ignore=true";
|
||||
|
||||
The same can be done for a specific lease with its comment.
|
||||
|
||||
Use this to add an extra level in dns name or define a different domain.
|
||||
|
||||
/ip/dhcp-server/network/add address=10.0.0.0/24 domain=example.com comment="domain=another-domain.com, name-extra=dhcp";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue