Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-04 | check-health: remove extra line break | 1 | -1/+0 | ||
2025-02-03 | doc/check-health: highligh note on bad initial state | 1 | -2/+4 | ||
2025-02-03 | check-certificates: check to characters for star-dot | 1 | -1/+1 | ||
2025-01-31 | check-certificates: pass real and modified name into function | 1 | -9/+13 | ||
2025-01-31 | check-certificates: do not rename the wrong certificate | 1 | -2/+4 | ||
2025-01-31 | check-certificates: try with "star." for renewal with wildcards | 1 | -0/+4 | ||
2025-01-30 | update list of contributors | 1 | -0/+1 | ||
2025-01-30 | certs: support checking ipv4 or ipv6 only | 1 | -0/+8 | ||
Just run for IPv4 only: make NOIPV6=1 ... or for IPv6 only: make NOIPV4=1 | |||||
2025-01-30 | certs: split checks for dual, ipv4 & ipv6... | 1 | -14/+34 | ||
... and check both if available. | |||||
2025-01-30 | certs: fix curl false positives... | 1 | -1/+1 | ||
... when default capath contains system certs If curl has a default capath (debian 12 capath=/etc/ssl/certs) it will add those certs and return ok to any valid https url, defeating the intended use of the cacert option in the Makefile that validates sites and certs. To avoid that, adding option "--capath /dev/null" overrides the default value, if any. Closes: https://github.com/eworm-de/routeros-scripts/pull/88 | |||||
2025-01-30 | global-functions: $ScriptInstallUpdate: resolve more nested conditions | 1 | -10/+16 | ||
Just like the previous one. | |||||
2025-01-30 | global-functions: $ScriptInstallUpdate: resolve nested conditions... | 1 | -42/+49 | ||
... and check one after another in a do-block. This uses `:error` as poor man's continue. 🤪 | |||||
2025-01-30 | Merge branch 'device-mode' into nextrouteros-7.17-1 | 25 | -10/+53 | ||
2025-01-30 | update-tunnelbroker: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | unattended-lte-firmware-upgrade: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | telegram-chat: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | packages-update: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | netwatch-dns: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | mod/scriptrunonce: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | mod/notification-telegram: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | mod/notification-ntfy: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | mod/notification-matrix: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | mod/notification-email: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | mode-button: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | ipsec-to-dns: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | hotspot-to-wpa-cleanup: add dependencies on device-mode | 3 | -0/+3 | ||
2025-01-30 | hotspot-to-wpa: add dependencies on device-mode | 3 | -0/+3 | ||
2025-01-30 | gps-track: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | check-routeros-update: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | check-certificates: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | backup-upload: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | backup-partition: add dependencies on device-mode | 1 | -0/+1 | ||
2025-01-30 | global-functions: $ScriptInstallUpdate: support checking for device-mode ↵ | 1 | -10/+24 | ||
features | |||||
2025-01-29 | README: give hint on device mode | 1 | -0/+6 | ||
2025-01-29 | Merge branch 'rsc-eworm-de' into next | 77 | -155/+155 | ||
2025-01-29 | update-tunnelbroker: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | update-gre-address: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | unattended-lte-firmware-upgrade: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | telegram-chat: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | super-mario-theme: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | sms-forward: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | sms-action: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | ppp-on-up: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | packages-update: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | ospf-to-leds: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | news-and-changes: use short url rsc.eworm.de | 1 | -1/+1 | ||
2025-01-29 | netwatch-notify: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | netwatch-dns: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | mod/ssh-keys-import: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | mod/scriptrunonce: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | mod/notification-telegram: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | mod/notification-ntfy: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | mod/notification-matrix: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | mod/notification-email: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | mod/ipcalc: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | mod/inspectvar: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | mode-button: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | mod/bridge-port-vlan: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | mod/bridge-port-to: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | log-forward: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | leds-toggle-mode: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | leds-night-mode: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | leds-day-mode: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | lease-script: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | ipv6-update: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | ipsec-to-dns: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | ip-addr-bridge: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | hotspot-to-wpa: use short url rsc.eworm.de | 3 | -6/+6 | ||
2025-01-29 | hotspot-to-wpa-cleanup: use short url rsc.eworm.de | 3 | -6/+6 | ||
2025-01-29 | gps-track: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | global-wait: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | global-functions: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | global-config: use short url rsc.eworm.de | 1 | -3/+3 | ||
2025-01-29 | global-config-overlay: use short url rsc.eworm.de | 1 | -3/+3 | ||
2025-01-29 | fw-addr-lists: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | firmware-upgrade-reboot: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | dhcp-to-dns: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | dhcp-lease-comment: use short url rsc.eworm.de | 4 | -8/+8 | ||
2025-01-29 | daily-psk.template: use short url rsc.eworm.de | 4 | -8/+8 | ||
2025-01-29 | collect-wireless-mac: use short url rsc.eworm.de | 4 | -8/+8 | ||
2025-01-29 | check-routeros-update: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | check-lte-firmware-upgrade: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | check-health: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | check-certificates: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | certificate-renew-issued: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | capsman-rolling-upgrade: use short url rsc.eworm.de | 3 | -6/+6 | ||
2025-01-29 | capsman-download-packages: use short url rsc.eworm.de | 3 | -6/+6 | ||
2025-01-29 | backup-upload: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | backup-partition: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | backup-email: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | backup-cloud: use short url rsc.eworm.de | 1 | -2/+2 | ||
2025-01-29 | accesslist-duplicates: use short url rsc.eworm.de | 4 | -8/+8 | ||
2025-01-29 | unattended-lte-firmware-upgrade: require RouterOS | 1 | -0/+2 | ||
2025-01-24 | fw-addr-lists: use my static mirror | 1 | -3/+3 | ||
2025-01-24 | BRANCHES: adopt new default url | 1 | -3/+3 | ||
2025-01-24 | global-config: download scripts from rsc.eworm.de | 1 | -2/+4 | ||
Currently AI bots are crawling website all around the world. For a website hosting git content this adds a lot of extra load and traffic: The site has lots of sections, repositories have a lot of files, branches, tags, commit ids, etc... Multiply that and you have a nearly unlimited number of unique urls. The bots try to get each and every of these. To speed up the learing process on their side a swarm of hundreds, thousands or more ip addresses is active at the same time, ultimately DDOS'ing the websites, making it inaccessible. 😳🤬 Well, there is one single file all of these AI bots are not interested in: robots.txt 🤬🤬 On top some use random user agent strings, making filtering impossible. 🤬🤬🤬 For a short term sulution I deploy the repository content as static files, hopefully making these accessible at least. We will see. | |||||
2025-01-22 | fw-addr-lists: spamhaus.org returned to 'GTS Root R4' | 2 | -3/+3 | ||
2025-01-09 | ppp-on-up: release only bound ipv6 dhcp clients | 1 | -1/+1 | ||
2025-01-06 | packages-update: refuse when running from backup partition | 1 | -0/+6 | ||
2025-01-06 | check-routeros-update: refuse when running from backup partition | 1 | -0/+7 | ||