From 0f72662745cc83e074d55e6849bcab15246ce152 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 3 Jan 2019 10:28:23 +0100 Subject: dhcp-to-dns: give time in short format Note that a unit is required to make it a time value! --- dhcp-to-dns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcp-to-dns b/dhcp-to-dns index 0a705f0..c65745e 100644 --- a/dhcp-to-dns +++ b/dhcp-to-dns @@ -14,7 +14,7 @@ } else={ :set zone ("dhcp." . $domain); } -:local ttl "00:05:00"; +:local ttl 5m; :local hostname; :local fqdn; :local dnsip; -- cgit v1.2.3-54-g00ecf