diff options
author | Christian Hesse <mail@eworm.de> | 2021-07-08 16:05:11 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-07-08 16:09:03 +0200 |
commit | 623fd707c4e9340af35ad11ad09e3a87413423f6 (patch) | |
tree | d72dff3d7f0d6b9188ad9b7a0ef1644ca1e1c655 /dhcp-to-dns | |
parent | c5d49b37f317ed3caef5cda890d35b2a5550f2c6 (diff) |
lease-script: modify the tag
Diffstat (limited to 'dhcp-to-dns')
-rw-r--r-- | dhcp-to-dns | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcp-to-dns b/dhcp-to-dns index 1dc3b42..4fa1621 100644 --- a/dhcp-to-dns +++ b/dhcp-to-dns @@ -3,8 +3,8 @@ # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de> # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # -# provides: lease-script assign -# provides: lease-script deassign +# provides: lease-script, assign +# provides: lease-script, deassign # # check DHCP leases and add/remove/update DNS entries # https://git.eworm.de/cgit/routeros-scripts/about/doc/dhcp-to-dns.md |