mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-19 09:08:58 +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={
|
} else={
|
||||||
:set zone ("dhcp." . $domain);
|
:set zone ("dhcp." . $domain);
|
||||||
}
|
}
|
||||||
:local ttl "00:05:00";
|
:local ttl 5m;
|
||||||
:local hostname;
|
:local hostname;
|
||||||
:local fqdn;
|
:local fqdn;
|
||||||
:local dnsip;
|
:local dnsip;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue