From 604306f2200a2a4bc6f6865f4aea90befe2e0142 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 17 May 2021 15:46:32 +0200 Subject: dhcp-to-dns: use $0 in strings --- dhcp-to-dns | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dhcp-to-dns b/dhcp-to-dns index 83e312f..bfd6195 100644 --- a/dhcp-to-dns +++ b/dhcp-to-dns @@ -24,8 +24,8 @@ ([ $IfThenElse ($PrefixInZone = true) "dhcp." ] . \ [ $IfThenElse ($HostNameInZone = true) ($Identity . ".") ] . $Domain); :local Ttl 5m; -:local CommentPrefix "managed by dhcp-to-dns for "; -:local CommentString "--- dhcp-to-dns above ---"; +:local CommentPrefix ("managed by " . $0 . " for "); +:local CommentString ("--- " . $0 . " above ---"); :if ([ :len [ / ip dns static find where comment=$CommentString name=- type=NXDOMAIN disabled ] ] = 0) do={ / ip dns static add comment=$CommentString name=- type=NXDOMAIN disabled=yes; -- cgit v1.2.3-54-g00ecf