dhcp-to-dns: give time in short format

Note that a unit is required to make it a time value!
This commit is contained in:
Christian Hesse 2019-01-03 10:28:23 +01:00
parent 93a6bff312
commit 0f72662745

View file

@ -14,7 +14,7 @@
} else={
:set zone ("dhcp." . $domain);
}
:local ttl "00:05:00";
:local ttl 5m;
:local hostname;
:local fqdn;
:local dnsip;