mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-15 12:34:27 +02:00
We have a Telegram group!
This commit is contained in:
parent
292176e910
commit
73eb92fb72
5 changed files with 11 additions and 3 deletions
|
@ -192,6 +192,13 @@ Available Scripts
|
||||||
[comment]: # (* learn-mac-based-vlan)
|
[comment]: # (* learn-mac-based-vlan)
|
||||||
[comment]: # (* manage-umts)
|
[comment]: # (* manage-umts)
|
||||||
|
|
||||||
|
Contact
|
||||||
|
-------
|
||||||
|
|
||||||
|
We have a Telegram Group [RouterOS-Scripts](https://t.me/routeros_scripts)!
|
||||||
|
Get help, give feedback or just chat - but do not expect free professional
|
||||||
|
support!
|
||||||
|
|
||||||
Contribute
|
Contribute
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
# Make sure all configuration properties are up to date and this
|
# Make sure all configuration properties are up to date and this
|
||||||
# value is in sync with value in script 'global-functions'!
|
# value is in sync with value in script 'global-functions'!
|
||||||
:global GlobalConfigVersion 44;
|
:global GlobalConfigVersion 45;
|
||||||
|
|
||||||
# This is used for DNS and backup file.
|
# This is used for DNS and backup file.
|
||||||
:global Domain "example.com";
|
:global Domain "example.com";
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
# Make sure all configuration properties are up to date and this
|
# Make sure all configuration properties are up to date and this
|
||||||
# value is in sync with value in script 'global-functions'!
|
# value is in sync with value in script 'global-functions'!
|
||||||
# Comment or remove to disable change notifications.
|
# Comment or remove to disable change notifications.
|
||||||
:global GlobalConfigVersion 44;
|
:global GlobalConfigVersion 45;
|
||||||
|
|
||||||
# Copy configuration from global-config here and modify it.
|
# Copy configuration from global-config here and modify it.
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
42="Made severity in terminal output colorful, with opt-out.";
|
42="Made severity in terminal output colorful, with opt-out.";
|
||||||
43="Added queue for e-mail notifications to resend later on error.";
|
43="Added queue for e-mail notifications to resend later on error.";
|
||||||
44="Dropped script 'global-wait', all scripts wait on their own now.";
|
44="Dropped script 'global-wait', all scripts wait on their own now.";
|
||||||
|
45="We have a Telegram Group! Come along and say hello: https://t.me/routeros_scripts";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Migration steps to be applied on script updates
|
# Migration steps to be applied on script updates
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# https://git.eworm.de/cgit/routeros-scripts/about/
|
# https://git.eworm.de/cgit/routeros-scripts/about/
|
||||||
|
|
||||||
# expected configuration version
|
# expected configuration version
|
||||||
:global ExpectedConfigVersion 44;
|
:global ExpectedConfigVersion 45;
|
||||||
|
|
||||||
# global variables not to be changed by user
|
# global variables not to be changed by user
|
||||||
:global GlobalFunctionsReady false;
|
:global GlobalFunctionsReady false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue