diff options
author | Christian Hesse <mail@eworm.de> | 2018-07-09 17:06:17 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-07-09 17:06:17 +0200 |
commit | a6d809ef8e2b917104c3c75f5d253cecd133cf1e (patch) | |
tree | 79f3651fa71da4a77ae2c116093901581f994439 /global-config | |
parent | fe5386fbec298d8a0f588c5bc5c033d84b798bbd (diff) |
global-config: script-updates url examples for github and gitlab
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/global-config b/global-config index fcc9dfb..b71b0bd 100644 --- a/global-config +++ b/global-config @@ -40,6 +40,8 @@ # 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-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" { "" }; |