From 56e641a980a184b76914f8808793b7e952cdf76e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 9 Jul 2018 16:05:04 +0200 Subject: script-updates: support fetch from url --- global-config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'global-config') 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 ]; -- cgit v1.2.3-54-g00ecf