mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-24 12:54:28 +02:00
script-updates: add configuration versioning
This commit is contained in:
parent
0f72662745
commit
6e03a3b935
3 changed files with 20 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
#
|
||||
# global configuration
|
||||
|
||||
# Make sure all configuration properties are up to date and this
|
||||
# value is in sync with value in script 'global-functions'!
|
||||
:global GlobalConfigVersion 0;
|
||||
|
||||
# This is used for DNS and backup file.
|
||||
:global "domain" "example.com";
|
||||
:global "hostname-in-zone" true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue