Christian Hesse
a648cf3797
dhcp-to-dns: support to ignore networks
...
Closes: https://github.com/eworm-de/routeros-scripts/issues/119
2026-04-15 10:46:36 +02:00
Christian Hesse
e96fcb14e6
bump required RouterOS version for all scripts
2026-04-15 10:46:36 +02:00
Christian Hesse
0285e7d1a1
update-tunnelbroker: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
dab9f44ce0
update-gre-address: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
f2ff7bd1b9
telegram-chat: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
6efe3986a3
sms-forward: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
b8e1ed264a
sms-action: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
5ae2814250
ppp-on-up: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
5b6e7b23de
packages-update: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
60add01275
ospf-to-leds: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
a887045477
netwatch-notify: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
c00eb99f8b
netwatch-dns: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
14a0a23678
ipv6-update: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
bd79d7ecd5
ipsec-to-dns: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
7d41c38bc5
hotspot-to-wpa: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
a59d32e3d8
gps-track: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
bcb0cd4028
fw-addr-lists: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
2f2070f027
firmware-upgrade-reboot: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
2cb5e350b4
dhcpv6-client-lease: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
5342033588
dhcpv4-server-lease: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
334a9cf520
dhcp-to-dns: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
82b8ffafe1
dhcp-lease-comment: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
000c2fff8d
daily-psk: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
d4dab6b866
collect-wireless-mac: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
c5139817ec
check-routeros-update: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
d3f4a8084f
check-perpetual-license: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
6c483870ac
check-lte-firmware-upgrade: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
7c1711baff
check-health: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
ed24371e6c
check-certificates: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
71a9d82403
certificate-renew-issued: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
fd4cd8d0f9
capsman-rolling-upgrade: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
e5d5035aa1
capsman-download-packages: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
2ee32b7c5e
backup-upload: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
c76856e5af
backup-partition: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
6e2d67a20b
backup-email: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
6941d16d6d
backup-cloud: early exit with :exit
2026-04-15 10:46:35 +02:00
Christian Hesse
c7a3f10078
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-15 10:46:35 +02:00
Christian Hesse
404bb97b1d
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-15 10:46:35 +02:00
Christian Hesse
5051329223
mod/ssh-keys-import: drop old property
...
The property name changed in RouterOS 7.21beta2, so bump required
version to 7.21.
2026-04-15 10:46:35 +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
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