diff options
author | Christian Hesse <mail@eworm.de> | 2019-01-03 10:28:23 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-01-03 10:28:23 +0100 |
commit | 0f72662745cc83e074d55e6849bcab15246ce152 (patch) | |
tree | 638b765d29a25dd23af76d06a4e1cce1a4d3bf3c /dhcp-to-dns | |
parent | 93a6bff312a55b0475b4b9d4b2f71ac4be1fe702 (diff) |
dhcp-to-dns: give time in short format
Note that a unit is required to make it a time value!
Diffstat (limited to 'dhcp-to-dns')
-rw-r--r-- | dhcp-to-dns | 2 |
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; |