aboutsummaryrefslogtreecommitdiffstats
path: root/news-and-changes.rsc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-03-22 21:49:45 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-03-22 21:53:32 +0100
commit0d4ab1fb3e4f2eb396c2563898e4788249228cc7 (patch)
treedcec4a7d6212029654ffa53856cc634ab5db3fa4 /news-and-changes.rsc
parent3396aefac9bd8c6d16112282b6f76be64deafa07 (diff)
parent295ccb570d98dd3f782da5e0272d62bf2698a836 (diff)
Merge branch 'dhcp-to-dns' into next
Diffstat (limited to 'news-and-changes.rsc')
-rw-r--r--news-and-changes.rsc3
1 files changed, 2 insertions, 1 deletions
diff --git a/news-and-changes.rsc b/news-and-changes.rsc
index e809db2..d21ea6b 100644
--- a/news-and-changes.rsc
+++ b/news-and-changes.rsc
@@ -10,9 +10,10 @@
# Changes for global-config to be added to notification on script updates
:global GlobalConfigChanges {
96="Added support for notes in 'netwatch-notify', these are included verbatim into the notification.";
+ 97="Modified 'dhcp-to-dns' to always add A records for names with mac address, and optionally add CNAME records if the host name is available.";
};
# Migration steps to be applied on script updates
:global GlobalConfigMigration {
- 0;
+ 97=":local Rec [ /ip/dns/static/find where comment~\"^managed by dhcp-to-dns for \" ]; :if ([ :len \$Rec ] > 0) do={ /ip/dns/static/remove \$Rec; /system/script/run dhcp-to-dns; }";
};