Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
6 days | netwatch-dns: explicitly expect type=A...•••... which is provided since 7.16beta7 (but require next stable release 7.16 as that is available meanwhile). staging | Christian Hesse | 1 | -1/+1 |
6 days | dhcp-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. | Christian Hesse | 1 | -1/+1 |
6 days | ipv6-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 HEADmain | Christian Hesse | 1 | -4/+8 |
2024-10-10 | doc/netwatch-notify: fix typo(s) | Christian Hesse | 1 | -3/+3 |
2024-10-10 | doc/netwatch-notify: give an extra example for resolving AAAA records | Christian Hesse | 1 | -1/+6 |
2024-10-10 | doc/netwatch-notify: always give a host...•••... as that is a required property. Any ip address is fine, it is changed anyway. | Christian Hesse | 1 | -2/+2 |
2024-08-27 | doc/netwatch-dns: 'DigiCert Global Root G3' for Quad9 | Christian Hesse | 1 | -1/+1 |
2024-07-25 | telegram-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-3 | Christian Hesse | 1 | -1/+1 |
2024-07-25 | daily-psk: drop workaround for old RouterOSrouteros-7.15-2 | Christian Hesse | 1 | -1/+1 |
2024-07-25 | netwatch-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-1 | Christian Hesse | 1 | -1/+1 |
2024-07-16 | bump RouterOS requirement for all scripts and modules...•••... now that global-functions requires RouterOS 7.14 anyway. | Christian Hesse | 48 | -48/+48 |
2024-07-16 | mod/ipcalc: use :tocrlf | Christian Hesse | 1 | -1/+1 |
2024-07-16 | mod/inspectvar: use :tocrlf | Christian Hesse | 1 | -1/+1 |
2024-07-16 | doc/mod/ssh-keys-import: drop hint on older RouterOS | Christian Hesse | 1 | -5/+1 |
2024-06-21 | certs: 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; | Christian Hesse | 1 | -1/+1 |
2024-06-21 | certs: 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; | Christian Hesse | 1 | -1/+1 |
2024-06-21 | certs: GTS CA 1C3 / GTS CA 1P5 -> GTS Root R1 | Christian Hesse | 1 | -1/+1 |
2024-06-20 | doc/mod/notification-matrix: drop certificate hint...•••... as matrix.org switched to Let's Encrypt with ISRG Root X2. | Christian Hesse | 1 | -3/+0 |
2024-05-23 | backup-partition: support copy before feature update | Christian Hesse | 1 | -3/+15 |
2024-05-23 | backup-partition: support RouterOS copy-over...•••... when run interactively from CLI. | Christian Hesse | 1 | -3/+8 |
2024-05-23 | doc/backup-upload: fix link for backup-partition | Christian Hesse | 1 | -1/+1 |
2024-05-23 | doc/backup-email: fix link for backup-partition | Christian Hesse | 1 | -1/+1 |
2024-05-23 | doc/backup-cloud: fix link for backup-partition | Christian Hesse | 1 | -1/+1 |
2024-05-14 | fw-addr-lists: add 'strongips' list from blocklist.dechange-128 | Christian Hesse | 1 | -2/+2 |
2024-04-19 | netwatch-notify: allow to suppress resolve failure | Christian Hesse | 1 | -0/+9 |
2024-04-15 | mod/notification-ntfy: support basic auth•••Closes #59 change-127 | Christian Hesse | 1 | -0/+5 |
2024-04-07 | bump RouterOS requirement for all scripts and modules...•••... now that global-functions requires RouterOS 7.13 anyway. routeros-7.13-6 | Christian Hesse | 45 | -45/+45 |
2024-04-07 | fw-addr-lists: use $FetchHugerouteros-7.13-5 | Christian Hesse | 1 | -1/+5 |
2024-04-02 | mod/notification-matrix: add new configuration snippet...•••... instead of appending to global-config-overlay. | Christian Hesse | 3 | -2/+5 |
2024-04-01 | mod/notification-matrix: use :deserialize ...•••... instead of $ParseJson. This requires RouterOS 7.13. | Christian Hesse | 1 | -1/+1 |
2024-04-01 | mod/notification-telegram: use :deserialize ...•••... instead of $ParseJson. This requires RouterOS 7.13. | Christian Hesse | 1 | -1/+1 |
2024-04-01 | telegram-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-126 | Christian Hesse | 1 | -4/+3 |
2024-03-13 | netwatch-notify: pass link to notification•••This is pass verbatim below the notification text. change-124 | Christian Hesse | 1 | -0/+7 |
2024-03-12 | packages-update: drop RouterOS version check...•••... and allow all updates again. This requires RouterOS 7.13. | Christian Hesse | 1 | -1/+1 |
2024-03-12 | doc/telegram-chat: show usage of persistent ids | Christian Hesse | 1 | -0/+8 |
2024-03-12 | doc/update-tunnelbroker: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/update-gre-address: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/unattended-lte-firmware-upgrade: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/telegram-chat: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/super-mario-theme: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/sms-forward: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/sms-action: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/ppp-on-up: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/packages-update: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/ospf-to-leds: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/netwatch-notify: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/netwatch-dns: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/mode-button: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/mod/ssh-keys-import: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/mod/scriptrunonce: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/mod/notification-telegram: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/mod/notification-ntfy: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/mod/notification-matrix: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/mod/notification-email: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/mod/ipcalc: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/mod/inspectvar: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/mod/bridge-port-vlan: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/mod/bridge-port-to: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/log-forward: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/leds-mode: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/lease-script: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/ipv6-update: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/ipsec-to-dns: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/ip-addr-bridge: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/hotspot-to-wpa: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/gps-track: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/global-wait: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/fw-addr-lists: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/firmware-upgrade-reboot: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/dhcp-to-dns: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/dhcp-lease-comment: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/daily-psk: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/collect-wireless-mac: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/check-routeros-update: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/check-lte-firmware-upgrade: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/check-health: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/check-certificates: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/certificate-renew-issued: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/capsman-rolling-upgrade: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/capsman-download-packages: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/backup-upload: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/backup-partition: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/backup-email: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/backup-cloud: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | doc/accesslist-duplicates: add badges | Christian Hesse | 1 | -0/+7 |
2024-03-12 | hotspot-to-wpa-cleanup: drop support for wifiwave2 | Christian Hesse | 1 | -6/+1 |
2024-03-12 | hotspot-to-wpa: drop support for wifiwave2 | Christian Hesse | 1 | -16/+6 |
2024-03-12 | dhcp-lease-comment: drop support for wifiwave2 | Christian Hesse | 1 | -9/+4 |
2024-03-12 | daily-psk: drop support for wifiwave2 | Christian Hesse | 1 | -16/+6 |
2024-03-12 | collect-wireless-mac: drop support for wifiwave2 | Christian Hesse | 1 | -9/+4 |
2024-03-12 | capsman-rolling-upgrade: drop support for wifiwave2 | Christian Hesse | 1 | -8/+3 |
2024-03-12 | capsman-download-packages: drop support for wifiwave2 | Christian Hesse | 1 | -15/+4 |
2024-03-12 | accesslist-duplicates: drop support for wifiwave2 | Christian Hesse | 1 | -9/+4 |
2024-03-12 | backup-cloud: catch error with :execute workaround•••Catching a runtime error here fails... So let's try a workaround with :execute... change-120 | Christian Hesse | 1 | -4/+4 |
2024-03-01 | netwatch-notify: (mis-)use firewall address-list for lookup...•••... and drop the racy code querying dns cache. 😁 | Christian Hesse | 1 | -2/+2 |
2024-02-29 | fw-addr-lists: add support for IPv6change-119 | Christian Hesse | 1 | -2/+33 |
2024-02-28 | netwatch-notify: handle CNAME to multiple records | Christian Hesse | 1 | -3/+3 |
2024-02-28 | doc/netwatch-notify: update for multiple records | Christian Hesse | 1 | -3/+3 |
2024-02-08 | doc/unattended-lte-firmware-upgrade: more devices supported... | Christian Hesse | 1 | -0/+1 |
2024-02-02 | doc/backup-partition: add warning about RouterOS version | Christian Hesse | 1 | -0/+4 |