Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-01-30 | packages-update: support deferred reboot on auto-update•••Closes #56 change-117 | Christian Hesse | 1 | -0/+3 |
2024-01-01 | update copyright for 2024 | Christian Hesse | 1 | -1/+1 |
2023-11-30 | fw-addr-lists: support timeout per list•••This works with something like this: :global FwAddrLists { "allow"={ { url="https://eworm.de/ros/fw-addr-lists/allow"; cert="E1"; timeout=1w }; }; ... } All urls for one named list should have the same timeout! With different timeout values and identical addresses the behavior is besically undefined, depending on order. | Christian Hesse | 1 | -1/+1 |
2023-10-26 | global: switch eworm.de to new certificate chain (E1 / ISRG Root X2)•••old chain: R3 / ISRG Root X1 new chain: E1 / ISRG Root X2 No user interaction or migration is required for existing installations as we install 'E1' and 'ISRG Root X2' for some time already. | Christian Hesse | 1 | -2/+2 |
2023-10-17 | global-functions: $ScriptInstallUpdate: drop support for scripts from storage•••Nobody ever used that, no? (Well, except me - just before I implemented fetching. 😜) change-110 | Christian Hesse | 1 | -2/+1 |
2023-10-17 | introduce mod/notification-ntfy...•••... for sending notifications via Ntfy (https://ntfy.sh/). TODO: use proper formatting once supported in Android app: https://github.com/binwiederhier/ntfy/issues/889 change-109 | Christian Hesse | 1 | -3/+9 |
2023-10-17 | log-forward: add 'packet' in default filter...•••... which is used when logging raw packets from dns and ssh, and possibly others. | Christian Hesse | 1 | -1/+1 |
2023-10-16 | mod/notification-telegram: drop support for non-fixed width fontchange-107 | Christian Hesse | 1 | -2/+0 |
2023-10-05 | log-forward: add 'raw' in default filter...•••... which is used when logging raw packets or commands. | Christian Hesse | 1 | -1/+1 |
2023-08-31 | check-routeros-update: support update from specific neighbor(s)•••... by matching the identity property. change-105 | Christian Hesse | 1 | -0/+1 |
2023-06-27 | global-config: escaping question mark is no longer required | Christian Hesse | 1 | -1/+1 |
2023-06-13 | fw-addr-lists: prepare lists from spamhaus.org in config | Christian Hesse | 1 | -0/+4 |
2023-06-13 | fw-addr-lists: add lists from abuse.ch in config | Christian Hesse | 1 | -0/+4 |
2023-06-13 | introduce fw-addr-listschange-101 | Christian Hesse | 1 | -0/+15 |
2023-05-31 | global-config: end all (array) variables with a semicolon | Christian Hesse | 1 | -4/+4 |
2023-04-26 | global-config: restore variables still used in ipsec-to-dns (for now) | Christian Hesse | 1 | -0/+4 |
2023-04-26 | global-config: be more verbose about domain | Christian Hesse | 1 | -1/+2 |
2023-04-24 | dhcp-to-dns: get domain from dhcp server's network definitionchange-99 | Christian Hesse | 1 | -3/+0 |
2023-03-07 | rename scripts and add file extension ".rsc"•••No functional change for the user... The migration is done automatically. change-95 | Christian Hesse | 1 | -0/+220 |