mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-03 17:54:41 +02:00
script-updates: always accept updates from file
This commit is contained in:
parent
8593c7a2f2
commit
a80591f510
2 changed files with 29 additions and 38 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue