Compare commits

..

69 commits

Author SHA1 Message Date
Christian Hesse
4cec69f14c Merge branch 'dhcp-to-dns' into next 2026-07-14 14:35:35 +02:00
Christian Hesse
f262c4c233 bump required RouterOS version for all scripts 2026-07-14 14:35:35 +02:00
Christian Hesse
74058f711d dhcp-to-dns: allow to ignore for specific lease 2026-07-14 14:35:35 +02:00
Christian Hesse
3232dfd0b6 global-functions: $NetMask6: use shift operator...
... and drop the workaround. This requires RouterOS 7.22beta3.
2026-07-14 14:35:35 +02:00
Christian Hesse
04c49aab01 update list of contributors 2026-07-14 14:35:35 +02:00
Christian Hesse
99f9550599 Merge branch 'break-in-loop' into next 2026-07-14 14:35:35 +02:00
Łukasz Witkowski
d38e8da359 dhcp-to-dns: allow to specify domain for CNAMEs...
... in network or lease.
2026-07-14 14:35:35 +02:00
Christian Hesse
100ca8a382 Merge branch 'continue-in-loop' into next 2026-07-14 14:35:35 +02:00
Christian Hesse
2f770a0540 telegram-chat: fix indention 2026-07-14 14:35:35 +02:00
Łukasz Witkowski
f1a6dde05e dhcp-to-dns: set $LeaseInfo 2026-07-14 14:35:35 +02:00
Christian Hesse
f424727007 Merge branch 'early-exit-with-exit' into next 2026-07-14 14:35:35 +02:00
Christian Hesse
33127adaec dhcp-to-dns: fix indention 2026-07-14 14:35:35 +02:00
Christian Hesse
8a067323dd telegram-chat: use :break in loop 2026-07-14 14:35:35 +02:00
Łukasz Witkowski
f75e14a2a2 dhcp-to-dns: convert DNS names to lower case 2026-07-14 14:35:35 +02:00
Christian Hesse
3e0726a677 Merge branch 'compare-ids' into next 2026-07-14 14:35:35 +02:00
Christian Hesse
2f8bc12b3d global-functions: deprecate $ExitError 2026-07-14 14:35:35 +02:00
Christian Hesse
cc3cd78595 dhcp-to-dns: use another :continue in loop 2026-07-14 14:35:35 +02:00
Christian Hesse
a2a3d0b83f check-certificates: use :break in loop 2026-07-14 14:35:35 +02:00
Christian Hesse
2ed27ba749 dhcp-to-dns: support to ignore networks
Closes: https://github.com/eworm-de/routeros-scripts/issues/119
2026-07-14 14:35:35 +02:00
Christian Hesse
c8b7c2c576 global-functions: deprecate $HexToNum 2026-07-14 14:35:35 +02:00
Christian Hesse
628a245534 update-tunnelbroker: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
3bb21843bd dhcp-to-dns: use :continue in loop 2026-07-14 14:35:35 +02:00
Christian Hesse
e402d9dadb log-forward: fix indention 2026-07-14 14:35:35 +02:00
Christian Hesse
cd47ebbb3b update-gre-address: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
9f1450f74b telegram-chat: use :continue in loop 2026-07-14 14:35:35 +02:00
Christian Hesse
d842430c07 log-forward: use comparison for ids
This was introduced with RouterOS 7.22beta1.

Initializing $LogForwardLast with boolean value looks odd, but this is
required to match the very first message.
2026-07-14 14:35:35 +02:00
Christian Hesse
2228e0c6d0 telegram-chat: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
15baec96cd netwatch-dns: fix indention 2026-07-14 14:35:35 +02:00
Christian Hesse
216e523773 sms-forward: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
b20573ba22 netwatch-dns: use :continue in loop 2026-07-14 14:35:35 +02:00
Christian Hesse
5150d00978 sms-action: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
5e43c7bdf3 netwatch-dns: fix indention 2026-07-14 14:35:35 +02:00
Christian Hesse
4d89b01f89 ppp-on-up: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
b5c5fc5324 netwatch-dns: use :continue in loop 2026-07-14 14:35:35 +02:00
Christian Hesse
2221abc221 packages-update: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
c260595889 global-functions: $ScriptInstallUpdate: fix indention 2026-07-14 14:35:35 +02:00
Christian Hesse
7fdd058f86 ospf-to-leds: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
50da1e9a39 global-functions: $ScriptInstallUpdate: use :continue in loop 2026-07-14 14:35:35 +02:00
Christian Hesse
150f10ecc4 netwatch-notify: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
6d1a4d6abb global-functions: $CleanName: use :continue in loop 2026-07-14 14:35:35 +02:00
Christian Hesse
9a45792194 netwatch-dns: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
703e884007 fw-addr-lists: fix indention 2026-07-14 14:35:35 +02:00
Christian Hesse
584cefd07f log-forward: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
0c2287be72 fw-addr-lists: use :continue in loop 2026-07-14 14:35:35 +02:00
Christian Hesse
3ea1502b34 ipv6-update: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
6588479be5 ipsec-to-dns: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
a7d8d9d73e hotspot-to-wpa-cleanup: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
6a755a06b8 hotspot-to-wpa: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
61be792e19 gps-track: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
494c21d889 fw-addr-lists: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
fcc3f4f801 firmware-upgrade-reboot: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
ff2ed6674f dhcpv6-client-lease: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
e3c7e1eb6d dhcpv4-server-lease: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
e681722b60 dhcp-to-dns: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
c4ff4cfc0c dhcp-lease-comment: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
db2a3ea36c daily-psk: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
b0fdfaed95 collect-wireless-mac: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
f9d77d8400 check-routeros-update: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
6f57632ca0 check-perpetual-license: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
257b0f1b7b check-lte-firmware-upgrade: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
cf44c28efd check-health: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
47e132517d check-certificates: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
da3a43c073 certificate-renew-issued: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
54fb874f88 capsman-rolling-upgrade: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
8131c737ee capsman-download-packages: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
78a0caef72 backup-upload: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
3b996ace52 backup-partition: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
68bf0a14a5 backup-email: early exit with :exit 2026-07-14 14:35:35 +02:00
Christian Hesse
ad202785b6 backup-cloud: early exit with :exit 2026-07-14 14:35:35 +02:00

View file

@ -1226,7 +1226,6 @@
:global IDonate;
:global NoNewsAndChangesNotification;
:global ScriptUpdatesBaseUrl;
:global ScriptUpdatesCheckSums;
:global ScriptUpdatesCRLF;
:global ScriptUpdatesUrlSuffix;
@ -1263,8 +1262,7 @@
:local DeviceMode [ /system/device-mode/get ];
:local CheckSums ({});
:if ([ :pick $ScriptUpdatesBaseUrl 0 21 ] = "https://rsc.eworm.de/" || \
$ScriptUpdatesCheckSums = true) do={
:if ([ :pick $ScriptUpdatesBaseUrl 0 21 ] = "https://rsc.eworm.de/") do={
:onerror Err {
:local Url ($ScriptUpdatesBaseUrl . "checksums.json" . $ScriptUpdatesUrlSuffix);
$LogPrint debug $0 ("Fetching checksums from url: " . $Url);