diff options
author | Christian Hesse <mail@eworm.de> | 2022-07-06 12:54:40 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-07-06 21:46:52 +0200 |
commit | a1606402d1628e7998601c29e6f1043c34a30ebc (patch) | |
tree | df0c7836b30e800ab5aedf552afb0ac98739ed47 /global-config | |
parent | 68ae4fca0d36bfd0720200fb8671951e1985bf8f (diff) |
global-config: new setting to disable news and change notifications...change-83
... and also drop the version from global-config and
global-config-overlay.
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/global-config b/global-config index d36e63b..febef52 100644 --- a/global-config +++ b/global-config @@ -6,9 +6,8 @@ # global configuration # https://git.eworm.de/cgit/routeros-scripts/about/ -# Make sure all configuration properties are up to date and this -# value is in sync with value in script 'global-functions'! -:global GlobalConfigVersion 82; +# Set this to 'true' to disable news and change notifications. +:global NoNewsAndChangesNotification false; # This is used for DNS and backup file. :global Domain "example.com"; |