mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-22 20:04:32 +02:00
doc/lease-script: hint on script installation/execution order
This commit is contained in:
parent
d7170bf138
commit
1eb337d87f
1 changed files with 6 additions and 1 deletions
|
@ -12,9 +12,14 @@ Description
|
||||||
This script is supposed to run from dhcp server as lease script. Currently
|
This script is supposed to run from dhcp server as lease script. Currently
|
||||||
it does:
|
it does:
|
||||||
|
|
||||||
* run [dhcp-to-dns](dhcp-to-dns.md)
|
|
||||||
* run [collect-wireless-mac](collect-wireless-mac.md)
|
* run [collect-wireless-mac](collect-wireless-mac.md)
|
||||||
* run [dhcp-lease-comment](dhcp-lease-comment.md)
|
* run [dhcp-lease-comment](dhcp-lease-comment.md)
|
||||||
|
* run [dhcp-to-dns](dhcp-to-dns.md)
|
||||||
|
* run [hotspot-to-wpa](hotspot-to-wpa.md)
|
||||||
|
|
||||||
|
Note that installation order influences execution order. You may want to
|
||||||
|
install `dhcp-to-dns` before `collect-wireless-mac` for dns name in
|
||||||
|
notification.
|
||||||
|
|
||||||
Requirements and installation
|
Requirements and installation
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue