mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-07-09 02:41:33 +00:00
Compare commits
70 commits
0b87310301
...
456cdfce01
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
456cdfce01 | ||
|
|
98e5609223 | ||
|
|
717454740d | ||
|
|
e7e9f74e54 | ||
|
|
9ec3fb38e9 | ||
|
|
e5dd8daf71 | ||
|
|
ff0de27933 | ||
|
|
9c8e91bbbe | ||
|
|
2c89bc438c | ||
|
|
6db5b7afb6 | ||
|
|
0e69304acf | ||
|
|
73afb2ab85 | ||
|
|
03976d619f | ||
|
|
ec49d92491 | ||
|
|
bc23ded94e | ||
|
|
02ac09bcc7 | ||
|
|
e21196848f | ||
|
|
346b14ccc5 | ||
|
|
aa6c371a89 | ||
|
|
d04f36f493 | ||
|
|
2c4d846598 | ||
|
|
efe644389f | ||
|
|
0f9cb1132a | ||
|
|
2861878892 | ||
|
|
57184d5eb7 | ||
|
|
7f2f79da5f | ||
|
|
48a943c807 | ||
|
|
ec7a44f9c6 | ||
|
|
ad7648f70d | ||
|
|
05a3e4a056 | ||
|
|
e203fa9033 | ||
|
|
9639ae8321 | ||
|
|
417ffe3866 | ||
|
|
64d4d39199 | ||
|
|
e19e5a043e | ||
|
|
9fb27f102b | ||
|
|
995822c5d4 | ||
|
|
c0ce3efcf8 | ||
|
|
220f2ce36d | ||
|
|
032dbdcd7e | ||
|
|
41aa4c181d | ||
|
|
d3de655d14 | ||
|
|
ef2d0481c8 | ||
|
|
e9301ef5d6 | ||
|
|
7d5770b659 | ||
|
|
6e52bc17a8 | ||
|
|
e761976a79 | ||
|
|
e2c3d58bc3 | ||
|
|
14e70cb70a | ||
|
|
a255b36d4a | ||
|
|
a7fa1cc910 | ||
|
|
8b7c2649eb | ||
|
|
9c43081f65 | ||
|
|
8eeb899ae9 | ||
|
|
671cd121f3 | ||
|
|
5cdc82c689 | ||
|
|
4a65c327f6 | ||
|
|
b68c257f53 | ||
|
|
358b2e08fb | ||
|
|
63e2d5fe9c | ||
|
|
e6634228e5 | ||
|
|
4951d993ec | ||
|
|
b562907708 | ||
|
|
7178686f2d | ||
|
|
57ca0092be | ||
|
|
bd1afa8e37 | ||
|
|
9ec10bc891 | ||
|
|
12d0570fdd | ||
|
|
21d5fed979 | ||
|
|
42350355a0 |
4 changed files with 6 additions and 3 deletions
|
|
@ -37,8 +37,9 @@ Also make sure the device has correct time configured, best is to set up
|
||||||
the ntp client.
|
the ntp client.
|
||||||
|
|
||||||
Then edit `global-config-overlay`, add `EmailGeneralTo` with a valid
|
Then edit `global-config-overlay`, add `EmailGeneralTo` with a valid
|
||||||
recipient address. Optionally add `EmailServerCertificate` if you have
|
recipient address. Optionally add `EmailServerCertificate` and add the CA
|
||||||
certificate verification enabled. Finally reload the configuration.
|
certificate name if you have certificate verification enabled. Finally
|
||||||
|
reload the configuration.
|
||||||
|
|
||||||
> ℹ️ **Info**: Copy relevant configuration from
|
> ℹ️ **Info**: Copy relevant configuration from
|
||||||
> [`global-config`](../../global-config.rsc) (the one without `-overlay`) to
|
> [`global-config`](../../global-config.rsc) (the one without `-overlay`) to
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
:global EmailGeneralCc "";
|
:global EmailGeneralCc "";
|
||||||
#:global EmailGeneralTo "mail@example.com";
|
#:global EmailGeneralTo "mail@example.com";
|
||||||
#:global EmailGeneralCc "another@example.com,third@example.com";
|
#:global EmailGeneralCc "another@example.com,third@example.com";
|
||||||
|
# Add the CA certificate name here for verification.
|
||||||
:global EmailServerCertificate "";
|
:global EmailServerCertificate "";
|
||||||
|
|
||||||
# You can send Telegram notifications. Register a bot
|
# You can send Telegram notifications. Register a bot
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
# Git commit id & info, expected configuration version
|
# Git commit id & info, expected configuration version
|
||||||
:global CommitId "unknown";
|
:global CommitId "unknown";
|
||||||
:global CommitInfo "unknown";
|
:global CommitInfo "unknown";
|
||||||
:global ExpectedConfigVersion 141;
|
:global ExpectedConfigVersion 142;
|
||||||
|
|
||||||
# global variables not to be changed by user
|
# global variables not to be changed by user
|
||||||
:global GlobalFunctionsReady false;
|
:global GlobalFunctionsReady false;
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,7 @@
|
||||||
139="Certificate Authorities will reduce the leaf certificate validity times soon. Thus the defaults for renewal and warning in 'check-certificates' were decreased.";
|
139="Certificate Authorities will reduce the leaf certificate validity times soon. Thus the defaults for renewal and warning in 'check-certificates' were decreased.";
|
||||||
140="The scripts 'lease-script' was renamed to 'dhcpv4-server-lease', configuration was updated automatically.";
|
140="The scripts 'lease-script' was renamed to 'dhcpv4-server-lease', configuration was updated automatically.";
|
||||||
141="Introduced script 'dhcpv6-client-lease' to run several scripts on IPv6 DHCP client lease.";
|
141="Introduced script 'dhcpv6-client-lease' to run several scripts on IPv6 DHCP client lease.";
|
||||||
|
142="Added a setting for 'mod/notification-email' to check availability of certificate chain.";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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