mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-28 13:58:41 +02:00
notify on changes regarding certificates
This commit is contained in:
parent
c4e8d01de1
commit
1a6812ef79
2 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
:local ScriptName [ :jobname ];
|
:local ScriptName [ :jobname ];
|
||||||
|
|
||||||
# expected configuration version
|
# expected configuration version
|
||||||
:global ExpectedConfigVersion 129;
|
:global ExpectedConfigVersion 130;
|
||||||
|
|
||||||
# global variables not to be changed by user
|
# global variables not to be changed by user
|
||||||
:global GlobalFunctionsReady false;
|
:global GlobalFunctionsReady false;
|
||||||
|
|
|
@ -54,6 +54,7 @@
|
||||||
127="Added support for authentication to Ntfy notification module.";
|
127="Added support for authentication to Ntfy notification module.";
|
||||||
128="Added another list from blocklist.de to default configuration for 'fw-addr-lists'.";
|
128="Added another list from blocklist.de to default configuration for 'fw-addr-lists'.";
|
||||||
129="Extended 'backup-partition' to support RouterOS copy-over - interactively or before feature update.";
|
129="Extended 'backup-partition' to support RouterOS copy-over - interactively or before feature update.";
|
||||||
|
130="Dropped intermediate certificates, depending on just root certificates now.";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Migration steps to be applied on script updates
|
# Migration steps to be applied on script updates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue