aboutsummaryrefslogtreecommitdiffstats
path: root/global-config
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-07-09 22:59:16 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-07-10 00:05:30 +0200
commita80591f51077130ddbaf88618b4c151c7a195e0f (patch)
treee41558aba99fae8682df65b6d1147127251b603f /global-config
parent8593c7a2f218e9a5cadb2a38077e053cd1346373 (diff)
script-updates: always accept updates from file
Diffstat (limited to 'global-config')
-rw-r--r--global-config5
1 files changed, 2 insertions, 3 deletions
diff --git a/global-config b/global-config
index b71b0bd..e5750c6 100644
--- a/global-config
+++ b/global-config
@@ -38,12 +38,11 @@
:global "ntp-pool" "pool.ntp.org";
# Enable this to fetch scripts from given url.
-:global "script-updates-fetch" false;
+:global "script-updates-fetch" true;
:global "script-updates-baseurl" "https://git.eworm.de/cgit.cgi/routeros-scripts/plain/";
#:global "script-updates-baseurl" "https://raw.githubusercontent.com/eworm-de/routeros-scripts/master/";
#:global "script-updates-baseurl" "https://gitlab.com/eworm-de/routeros-scripts/raw/master/";
-:global "script-updates-ignore" { "global-config"; "GeneratePSK" }
-:global "script-updates-fetch-ignore" { "" };
+:global "script-updates-ignore" { "global-config"; "GeneratePSK" };
# Do *NOT* change these!
:global "sent-routeros-update-notification" false;