Commit graph

579 commits

Author SHA1 Message Date
Christian Hesse
4fbfb181d9 ipv6-update: support dhcpv6-client-lease script...
... by adding a provide, and handling global variable
$DHCPv6ClientLeaseVars.
2026-04-14 15:53:11 +02:00
Christian Hesse
17a4f0174c introduce 'dhcpv6-client-lease' to run scripts on lease 2026-04-14 15:53:11 +02:00
Christian Hesse
79cf89e1aa dhcp-to-dns: support to ignore networks
Closes: https://github.com/eworm-de/routeros-scripts/issues/119
2026-04-14 15:32:20 +02:00
Christian Hesse
16d3b45107 bump required RouterOS version for all scripts 2026-04-14 15:32:20 +02:00
Christian Hesse
ba1f1413b8 update-tunnelbroker: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
c9d47a5680 update-gre-address: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
d17e8611cc telegram-chat: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
6e2bcd1809 sms-forward: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
d81869af79 sms-action: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
76565baeae ppp-on-up: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
8f1fced529 packages-update: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
4c9ae95906 ospf-to-leds: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
0ac2a0b64b netwatch-notify: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
d4a5c8d7c1 netwatch-dns: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
37f6889e7a dhcpv4-server-lease: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
f0eb2fa7c9 ipv6-update: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
4c39394b5d ipsec-to-dns: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
d364e6cfe8 hotspot-to-wpa: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
1ab9d4a8d0 gps-track: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
31f777bf92 fw-addr-lists: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
116fdbed37 firmware-upgrade-reboot: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
fd52220591 dhcp-to-dns: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
92584838be dhcp-lease-comment: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
b36635ea63 daily-psk: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
408a8b95b2 collect-wireless-mac: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
69052ac908 check-routeros-update: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
d8d34a72a7 check-perpetual-license: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
1810b0a246 check-lte-firmware-upgrade: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
9651b5398a check-health: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
c6844d404b check-certificates: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
5e861282a9 certificate-renew-issued: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
545a046651 capsman-rolling-upgrade: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
11758de8a0 capsman-download-packages: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
9c01db40ef backup-upload: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
86c76f4ef2 backup-partition: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
22c4907566 backup-email: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
af01c15b71 backup-cloud: early exit with :exit 2026-04-14 15:32:19 +02:00
Christian Hesse
866e6076d4 log-forward: use comparison for ids
This was introduced with RouterOS 7.22beta1.

Initializing $LogForwardLast with boolean value looks odd, but this is
reuqired to match the very first message.
2026-04-14 15:32:19 +02:00
Christian Hesse
026007411d mod/notification-email: use errors from command...
... instead of reading status from properties. This was introduced in
RouterOS 7.21beta2 (and we bump to 7.21 instead).
2026-04-14 15:32:19 +02:00
Christian Hesse
53bf596da1 mod/ssh-keys-import: drop old property
The property name changed in RouterOS 7.21beta2, so bump required
version to 7.21.
2026-04-14 15:32:19 +02:00
Christian Hesse
e54a4572f7 rename lease-script -> dhcpv4-server-lease 2026-04-14 15:32:19 +02:00
Christian Hesse
736ff98bce doc/ipv6-update: remove extra dot 2026-04-10 20:27:02 +02:00
Christian Hesse
65f101eb48 doc/dhcp-to-dns: add a note on reverse lookup
https://github.com/eworm-de/routeros-scripts/discussions/94
https://github.com/eworm-de/routeros-scripts/issues/104
https://github.com/eworm-de/routeros-scripts/issues/120

... and possibly more.
2026-03-19 11:39:31 +01:00
Christian Hesse
491189ece4 doc/check-certificates: create example certificate with SAN 2026-03-12 11:05:24 +01:00
Christian Hesse
70ddc152de bump required RouterOS version for all scripts 2026-01-27 15:47:19 +01:00
Christian Hesse
a7be27aea9 check-certificates: drop the compatibility workaround...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2026-01-27 15:47:19 +01:00
Christian Hesse
b52936e946 doc/netwatch-dns: mention ip address...
... which can be used for serveral services that have it in SAN.
2026-01-17 16:52:20 +01:00
Christian Hesse
92759fcca5 doc/netwatch-dns: give hint on multiple certificates 2026-01-16 14:48:18 +01:00
Christian Hesse
ad310e6573 doc/netwatch-dns: always use the same order for examples 2026-01-16 14:48:18 +01:00
Christian Hesse
c0c1c5521e doc/netwatch-dns: include examples for dns.quad9.net & dns.google 2026-01-16 14:48:02 +01:00