diff options
author | Christian Hesse <mail@eworm.de> | 2022-01-14 16:54:30 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-01-14 16:54:30 +0100 |
commit | db4afe28f06b5bc32cfe6f02b95f174888b3b6cc (patch) | |
tree | 0e568bee9fee737798196b2c212b1f52f9c698fa /global-config | |
parent | 1089b7e7f9a6638c7783538f464916d16b3a6e87 (diff) | |
parent | 5135a413329ed401ae62ef6b4d05fe09fc0df2f7 (diff) |
Merge branch 'routeros-v7' into next
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/global-config b/global-config index 024e52f..454e5bf 100644 --- a/global-config +++ b/global-config @@ -8,7 +8,7 @@ # Make sure all configuration properties are up to date and this # value is in sync with value in script 'global-functions'! -:global GlobalConfigVersion 74; +:global GlobalConfigVersion 75; # This is used for DNS and backup file. :global Domain "example.com"; @@ -159,14 +159,11 @@ # alternative urls - main: stable code - next: currently in development #:global ScriptUpdatesBaseUrl "https://raw.githubusercontent.com/eworm-de/routeros-scripts/main/"; #:global ScriptUpdatesBaseUrl "https://raw.githubusercontent.com/eworm-de/routeros-scripts/next/"; -#:global ScriptUpdatesBaseUrl "https://raw.githubusercontent.com/eworm-de/routeros-scripts/routeros-v7/"; #:global ScriptUpdatesBaseUrl "https://gitlab.com/eworm-de/routeros-scripts/raw/main/"; #:global ScriptUpdatesBaseUrl "https://gitlab.com/eworm-de/routeros-scripts/raw/next/"; -#:global ScriptUpdatesBaseUrl "https://gitlab.com/eworm-de/routeros-scripts/raw/routeros-v7/"; :global ScriptUpdatesUrlSuffix ""; -# use next or routeros-v7 branch with default url (git.eworm.de) +# use next branch with default url (git.eworm.de) #:global ScriptUpdatesUrlSuffix "\?h=next"; -#:global ScriptUpdatesUrlSuffix "\?h=routeros-v7"; # Use this for defaults with $ScriptRunOnce # Install module with: |