aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-01-03 10:28:23 +0100
committerGravatar Christian Hesse <mail@eworm.de>2019-01-03 10:28:23 +0100
commit0f72662745cc83e074d55e6849bcab15246ce152 (patch)
tree638b765d29a25dd23af76d06a4e1cce1a4d3bf3c
parent93a6bff312a55b0475b4b9d4b2f71ac4be1fe702 (diff)
dhcp-to-dns: give time in short format
Note that a unit is required to make it a time value!
-rw-r--r--dhcp-to-dns2
1 files changed, 1 insertions, 1 deletions
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;