aboutsummaryrefslogtreecommitdiffstats
path: root/global-config
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-07-09 16:05:04 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-07-09 16:05:04 +0200
commit56e641a980a184b76914f8808793b7e952cdf76e (patch)
tree229f85fd412de28c505584c28417b289362181d9 /global-config
parent9d498a60bd30611457b7b77d43173bf0384cce70 (diff)
script-updates: support fetch from url
Diffstat (limited to 'global-config')
-rw-r--r--global-config6
1 files changed, 6 insertions, 0 deletions
diff --git a/global-config b/global-config
index 534df40..fcc9dfb 100644
--- a/global-config
+++ b/global-config
@@ -37,6 +37,12 @@
# ntp settings. A pool can rotate servers.
:global "ntp-pool" "pool.ntp.org";
+# Enable this to fetch scripts from given url.
+:global "script-updates-fetch" false;
+:global "script-updates-baseurl" "https://git.eworm.de/cgit.cgi/routeros-scripts/plain/";
+:global "script-updates-ignore" { "global-config"; "GeneratePSK" }
+:global "script-updates-fetch-ignore" { "" };
+
# Do *NOT* change these!
:global "sent-routeros-update-notification" false;
:global "identity" [ / system identity get name ];