mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-03 17:54:35 +02: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:
parent
93a6bff312
commit
0f72662745
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
} else={
|
||||
:set zone ("dhcp." . $domain);
|
||||
}
|
||||
:local ttl "00:05:00";
|
||||
:local ttl 5m;
|
||||
:local hostname;
|
||||
:local fqdn;
|
||||
:local dnsip;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue