script-updates: support fetch from url

This commit is contained in:
Christian Hesse 2018-07-09 16:05:04 +02:00
parent 9d498a60bd
commit 56e641a980
2 changed files with 46 additions and 9 deletions

View file

@ -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 ];