aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
10 daysfw-addr-lists: add a collective list in default configurationchange-133Gravatar Christian Hesse1-1/+2
11 daysfw-addr-lists: these lists are deprecated and discontinued•••Any alternatives around? Gravatar Christian Hesse1-3/+3
12 daysdoc/log-forward: mention ntfyGravatar Christian Hesse1-3/+3
12 daysdoc/log-forward: add a hint on defaultsGravatar Christian Hesse1-0/+6
2025-02-07bump required RouterOS version for all scriptsrouteros-7.15-5Gravatar Christian Hesse43-43/+43
2025-02-05check-health: split off plugins...•••... from 'check-health', so the script works on all devices to monitor CPU and RAM. The supported plugins for sensors in hardware are installed automatically. change-132Gravatar Christian Hesse3-9/+33
2025-02-05doc/netwatch-dns: warn on different certificate...•••... based on indicated server name. Currently this is true for 8.8.8.8 (GTS Root R1) and dns.google (GTS Root R4). Gravatar Christian Hesse1-0/+4
2025-02-05doc/netwatch-dns: switch exmample to cloudflare-dns.comGravatar Christian Hesse1-2/+2
2025-02-03doc/check-health: highligh note on bad initial stateGravatar Christian Hesse1-2/+4
2024-12-17mod/notification-ntfy: support authentication with bearer token•••Closes: https://github.com/eworm-de/routeros-scripts/issues/86 Gravatar Christian Hesse1-0/+2
2024-11-27netwatch-dns: explicitly expect type=A...•••... which is provided since 7.16beta7 (but require next stable release 7.16 as that is available meanwhile). routeros-7.16-7Gravatar Christian Hesse1-1/+1
2024-11-27dhcp-to-dns: explicitly expect type=A...•••... which is provided since 7.16beta7 (but require next stable release 7.16 as that is available meanwhile). I had this on my wishlist for a long time, and opened an issue in March 2023 about it (SUP-111312). Back then I changed the code to support both, see commit 779b3b8872b23b784c331d7a454c86439046f5d3. routeros-7.16-6Gravatar Christian Hesse1-1/+1
2024-11-27mod/ssh-keys-import: require RouterOS 7.16•••Actually the requirement bumped with the change in commits: * 9c945b1a3283bb352707c69630c579cf82484dcb mod/ssh-keys-import: $SSHKeysImportFile: simplify looping lines * 1f526b356121749991fee69cee5a6c728855c8f2 mod/ssh-keys-import: $SSHKeysImport: split with `:deserialize` routeros-7.16-5Gravatar Christian Hesse1-1/+1
2024-11-27fw-addr-lists: require RouterOS 7.16•••Actually the requirement bumped with the change in commit: * 084c246ef0cab329fe981732089277fa8398800b fw-addr-lists: simplify looping lines routeros-7.16-4Gravatar Christian Hesse1-1/+1
2024-11-02doc/netwatch-dns: link to 'certificate name from browser'Gravatar Christian Hesse1-2/+3
2024-11-02doc/fw-addr-lists: link to 'certificate name from browser'Gravatar Christian Hesse1-3/+7
2024-11-02doc/mod/notification-ntfy: link to 'certificate name from browser'Gravatar Christian Hesse1-0/+5
2024-11-02doc/mod/notification-matrix: link to 'certificate name from browser'Gravatar Christian Hesse1-0/+3
2024-10-29doc/mod/notification-matrix: better document certificate importGravatar Christian Hesse1-0/+7
2024-10-25ipv6-update: create a dynamic address-list entry only•••This should make sure that the script runs once after reboot, even if the prefix does not change. An existing static entry needs to be removed to make this work! https://github.com/eworm-de/routeros-scripts/issues/85 Gravatar Christian Hesse1-4/+8
2024-10-10doc/netwatch-notify: fix typo(s)Gravatar Christian Hesse1-3/+3
2024-10-10doc/netwatch-notify: give an extra example for resolving AAAA recordsGravatar Christian Hesse1-1/+6
2024-10-10doc/netwatch-notify: always give a host...•••... as that is a required property. Any ip address is fine, it is changed anyway. Gravatar Christian Hesse1-2/+2
2024-08-27doc/netwatch-dns: 'DigiCert Global Root G3' for Quad9Gravatar Christian Hesse1-1/+1
2024-07-25telegram-chat: drop extra conversion•••The JSON parser was actually fixed in RouterOS 7.15beta4, but let's bump the required version to next stable release instead. routeros-7.15-3Gravatar Christian Hesse1-1/+1
2024-07-25daily-psk: drop workaround for old RouterOSrouteros-7.15-2Gravatar Christian Hesse1-1/+1
2024-07-25netwatch-notify: do not switch type when resolving•••This requires RouterOS 7.15beta4, but let's bump the required version to next stable release instead. routeros-7.15-1Gravatar Christian Hesse1-1/+1
2024-07-16bump RouterOS requirement for all scripts and modules...•••... now that global-functions requires RouterOS 7.14 anyway. Gravatar Christian Hesse48-48/+48
2024-07-16mod/ipcalc: use :tocrlfGravatar Christian Hesse1-1/+1
2024-07-16mod/inspectvar: use :tocrlfGravatar Christian Hesse1-1/+1
2024-07-16doc/mod/ssh-keys-import: drop hint on older RouterOSGravatar Christian Hesse1-5/+1
2024-06-21certs: DigiCert TLS Hybrid ECC SHA384 2020 CA1 -> DigiCert Global Root CA•••This is used by Cloudflare DNS Quard9 (9.9.9.9). $CertificateAvailable "DigiCert Global Root CA"; /ip/dns/set use-doh-server=https://9.9.9.9/dns-query verify-doh-cert=yes; Gravatar Christian Hesse1-1/+1
2024-06-21certs: DigiCert Global G2 TLS RSA SHA256 2020 CA1 -> DigiCert Global Root G2•••This is used by Cloudflare DNS (1.1.1.1). $CertificateAvailable "DigiCert Global Root G2"; /ip/dns/set use-doh-server=https://1.1.1.1/dns-query verify-doh-cert=yes; Gravatar Christian Hesse1-1/+1
2024-06-21certs: GTS CA 1C3 / GTS CA 1P5 -> GTS Root R1Gravatar Christian Hesse1-1/+1
2024-06-20doc/mod/notification-matrix: drop certificate hint...•••... as matrix.org switched to Let's Encrypt with ISRG Root X2. Gravatar Christian Hesse1-3/+0
2024-05-23backup-partition: support copy before feature updateGravatar Christian Hesse1-3/+15
2024-05-23backup-partition: support RouterOS copy-over...•••... when run interactively from CLI. Gravatar Christian Hesse1-3/+8
2024-05-23doc/backup-upload: fix link for backup-partitionGravatar Christian Hesse1-1/+1
2024-05-23doc/backup-email: fix link for backup-partitionGravatar Christian Hesse1-1/+1
2024-05-23doc/backup-cloud: fix link for backup-partitionGravatar Christian Hesse1-1/+1
2024-05-14fw-addr-lists: add 'strongips' list from blocklist.dechange-128Gravatar Christian Hesse1-2/+2
2024-04-19netwatch-notify: allow to suppress resolve failureGravatar Christian Hesse1-0/+9
2024-04-15mod/notification-ntfy: support basic auth•••Closes #59 change-127Gravatar Christian Hesse1-0/+5
2024-04-07bump RouterOS requirement for all scripts and modules...•••... now that global-functions requires RouterOS 7.13 anyway. routeros-7.13-6Gravatar Christian Hesse45-45/+45
2024-04-07fw-addr-lists: use $FetchHugerouteros-7.13-5Gravatar Christian Hesse1-1/+5
2024-04-02mod/notification-matrix: add new configuration snippet...•••... instead of appending to global-config-overlay. Gravatar Christian Hesse3-2/+5
2024-04-01mod/notification-matrix: use :deserialize ...•••... instead of $ParseJson. This requires RouterOS 7.13. Gravatar Christian Hesse1-1/+1
2024-04-01mod/notification-telegram: use :deserialize ...•••... instead of $ParseJson. This requires RouterOS 7.13. Gravatar Christian Hesse1-1/+1
2024-04-01telegram-chat: read file content...•••... instead of getting it. This lifts the size limit, though we are still limited by Telegram message size. This requires RouterOS 7.13. routeros-7.13-2change-126Gravatar Christian Hesse1-4/+3
2024-03-13netwatch-notify: pass link to notification•••This is pass verbatim below the notification text. change-124Gravatar Christian Hesse1-0/+7
2024-03-12packages-update: drop RouterOS version check...•••... and allow all updates again. This requires RouterOS 7.13. Gravatar Christian Hesse1-1/+1
2024-03-12doc/telegram-chat: show usage of persistent idsGravatar Christian Hesse1-0/+8
2024-03-12doc/update-tunnelbroker: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/update-gre-address: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/unattended-lte-firmware-upgrade: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/telegram-chat: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/super-mario-theme: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/sms-forward: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/sms-action: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/ppp-on-up: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/packages-update: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/ospf-to-leds: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/netwatch-notify: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/netwatch-dns: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/mode-button: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/mod/ssh-keys-import: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/mod/scriptrunonce: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/mod/notification-telegram: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/mod/notification-ntfy: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/mod/notification-matrix: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/mod/notification-email: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/mod/ipcalc: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/mod/inspectvar: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/mod/bridge-port-vlan: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/mod/bridge-port-to: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/log-forward: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/leds-mode: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/lease-script: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/ipv6-update: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/ipsec-to-dns: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/ip-addr-bridge: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/hotspot-to-wpa: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/gps-track: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/global-wait: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/fw-addr-lists: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/firmware-upgrade-reboot: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/dhcp-to-dns: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/dhcp-lease-comment: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/daily-psk: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/collect-wireless-mac: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/check-routeros-update: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/check-lte-firmware-upgrade: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/check-health: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/check-certificates: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/certificate-renew-issued: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/capsman-rolling-upgrade: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/capsman-download-packages: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/backup-upload: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/backup-partition: add badgesGravatar Christian Hesse1-0/+7
2024-03-12doc/backup-email: add badgesGravatar Christian Hesse1-0/+7