1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

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;