diff options
author | Christian Hesse <mail@eworm.de> | 2018-09-10 09:44:36 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-09-10 09:44:36 +0200 |
commit | 8f4986af0bb0ecea13594b9ea2bbcfbaa6c8a7e7 (patch) | |
tree | 43018abe95d562d11fc56944908096d382342f33 /global-config | |
parent | a1951cc86a206abd0b6d46d579a8247af42904f8 (diff) | |
parent | 2de26a6617911d88fe0e4c10b861df670f0f17e6 (diff) |
Merge branch 'fetch-as-value'
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"; |