script-updates: support fetch from url
This commit is contained in:
parent
9d498a60bd
commit
56e641a980
2 changed files with 46 additions and 9 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue