From 166bbffe1d45e6b5f5cbf8791d952d431ddde902 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 30 Aug 2019 13:41:20 +0200 Subject: script-updates: add donation hint in configuration warning notification --- global-config | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'global-config') diff --git a/global-config b/global-config index 2559181..85a4232 100644 --- a/global-config +++ b/global-config @@ -6,7 +6,7 @@ # Make sure all configuration properties are up to date and this # value is in sync with value in script 'global-functions'! -:global GlobalConfigVersion 7; +:global GlobalConfigVersion 8; # This is used for DNS and backup file. :global Domain "example.com"; @@ -107,7 +107,14 @@ :global ScriptUpdatesIgnore { "global-config" } +# Enable this to silence all configuration warnings. :global ScriptUpdatesConfigChangesIgnore false; +# This project is developed in private spare time and usage is free of charge +# for you. If you like the scripts and think this is of value for you or your +# business please consider a donation: +# https://git.eworm.de/cgit/routeros-scripts/about/#donate +# Enable this to silence donation hint. +:global IDonate false; # Use this for certificate auto-renew :global CertRenewUrl ""; -- cgit v1.2.3-54-g00ecf