diff options
author | Christian Hesse <mail@eworm.de> | 2018-08-30 11:26:47 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-09-05 23:45:35 +0200 |
commit | 2de26a6617911d88fe0e4c10b861df670f0f17e6 (patch) | |
tree | 43018abe95d562d11fc56944908096d382342f33 /global-config | |
parent | 838debd6cf394250bd6d540d9a56baab53f86032 (diff) |
check-routeros-update: enable auto update for safe version
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/global-config b/global-config index 756251b..ae7f73a 100644 --- a/global-config +++ b/global-config @@ -21,6 +21,11 @@ :global "backup-send-export" true; :global "backup-password" "v3ry-s3cr3t"; +# Specify an address to enable auto update to version assumed safe. +# The configured channel (bugfix, current, release-candidate) is appended. +:global "safe-update-url" ""; +#:global "safe-update-url" "https://example.com/ros/safe-update/"; + # This is used to update AAAA records and firewall address-list. :global "ipv6-interface" "br-local"; :global "ipv6-pool" "telekom"; |