mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-06-03 01:02:34 +00:00
dhcp-to-dns: add cname-domain override and normalize names to lowercase
This commit is contained in:
parent
9ba1dc8347
commit
6b2ec93ee6
3 changed files with 33 additions and 3 deletions
|
|
@ -22,6 +22,11 @@
|
|||
# and backup scripts for file names.
|
||||
:global Domain "example.com";
|
||||
|
||||
# Override domain used for CNAME records in dhcp-to-dns. Can also be set
|
||||
# per network or per lease via 'cname-domain=...' in their comment.
|
||||
# Leave empty to use the same domain as A records (default).
|
||||
:global DhcpToDnsCnameDomain "";
|
||||
|
||||
# You can send e-mail notifications. Configure the system's mail settings
|
||||
# (/tool/e-mail), then install the module:
|
||||
# $ScriptInstallUpdate mod/notification-email
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue