Commit graph

583 commits

Author SHA1 Message Date
Christian Hesse
32657b4bf4 dhcp-to-dns: support to ignore networks
Closes: https://github.com/eworm-de/routeros-scripts/issues/119
2026-05-06 10:03:43 +02:00
Christian Hesse
9e5c844f45 bump required RouterOS version for all scripts 2026-05-06 10:03:43 +02:00
Christian Hesse
0563d01cba update-tunnelbroker: early exit with :exit 2026-05-06 10:03:43 +02:00
Christian Hesse
c9881416cc update-gre-address: early exit with :exit 2026-05-06 10:03:43 +02:00
Christian Hesse
5d3be83016 telegram-chat: early exit with :exit 2026-05-06 10:03:43 +02:00
Christian Hesse
83c142d9e3 sms-forward: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
0bfa0c4ce1 sms-action: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
102f3ae4fb ppp-on-up: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
25146cf6c8 packages-update: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
edee6335e3 ospf-to-leds: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
8c18648245 netwatch-notify: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
187d7c2925 netwatch-dns: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
57af780fd7 ipv6-update: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
153965b506 ipsec-to-dns: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
f42f5a4672 hotspot-to-wpa: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
1c5c6b9a80 gps-track: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
2a42076a38 fw-addr-lists: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
21fc530b32 firmware-upgrade-reboot: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
389be93ea1 dhcpv6-client-lease: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
ad505c155e dhcpv4-server-lease: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
bad0e1f1b0 dhcp-to-dns: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
9f96dd65ce dhcp-lease-comment: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
3c6d24374d daily-psk: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
01974d5418 collect-wireless-mac: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
d382c7a0dd check-routeros-update: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
ba0d66fb16 check-perpetual-license: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
2385f6b46c check-lte-firmware-upgrade: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
dc37b28c5b check-health: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
1586c5dcff check-certificates: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
f7a14184d7 certificate-renew-issued: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
e3471aeea2 capsman-rolling-upgrade: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
2ec355e2fb capsman-download-packages: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
91266e560d backup-upload: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
51dabbe01a backup-partition: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
3e5ec64aaa backup-email: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
34d4db93d9 backup-cloud: early exit with :exit 2026-05-06 10:03:42 +02:00
Christian Hesse
d777ce6fe2 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-05-06 10:03:42 +02:00
Christian Hesse
5c5540de00 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-05-06 10:03:42 +02:00
Christian Hesse
0382a368ec backup-upload: support date & time in filename 2026-04-28 16:36:31 +02:00
Christian Hesse
d54a0d541d backup-email: support date & time in filename 2026-04-28 16:36:31 +02:00
Christian Hesse
1f460b5bae mod/notification-email: add setting for certificate verification 2026-04-23 09:17:42 +02:00
Christian Hesse
d00a517c3b mod/ssh-keys-import: drop old property
The property name changed in RouterOS 7.21beta2, so bump required
version to 7.21.
2026-04-16 09:04:20 +02:00
Christian Hesse
89b9c62e52 ipv6-update: support dhcpv6-client-lease script...
... by adding a provide, and handling global variable
$DHCPv6ClientLeaseVars.
2026-04-15 10:46:35 +02:00
Christian Hesse
3a66eb4192 introduce 'dhcpv6-client-lease' to run scripts on lease 2026-04-15 10:46:35 +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