mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-03 09:44:33 +02:00
check-routeros-update: enable auto update for safe version
This commit is contained in:
parent
838debd6cf
commit
2de26a6617
2 changed files with 20 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue