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:
@ -14,7 +14,7 @@
|
||||
} else={
|
||||
:set zone ("dhcp." . $domain);
|
||||
}
|
||||
:local ttl "00:05:00";
|
||||
:local ttl 5m;
|
||||
:local hostname;
|
||||
:local fqdn;
|
||||
:local dnsip;
|
||||
|
Reference in New Issue
Block a user