diff options
author | Christian Hesse <mail@eworm.de> | 2021-12-07 11:04:50 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-12-07 11:11:19 +0100 |
commit | dab04fd63e61618a8ef4996e3322d60f37f1d911 (patch) | |
tree | 5f159120742caf036d0e5257fd239ebecf68782e /global-config | |
parent | 95062a3dbc63ea07bf24c112e33c83073c56c4cb (diff) |
README: changes for RouterOS v7change-70
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/global-config b/global-config index 26e1a76..e03b5eb 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 69; +:global GlobalConfigVersion 70; # This is used for DNS and backup file. :global Domain "example.com"; @@ -159,11 +159,14 @@ # 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 branch with default url (git.eworm.de) +# use next or routeros-v7 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: |