routeros-scripts/global-config-overlay
Christian Hesse 0c705d5311 global-config-overlay: add footer
... to guard against truncation by accident.
2020-02-03 09:29:53 +01:00

21 lines
575 B
Plaintext

#!rsc
# RouterOS script: global-config-overlay
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de>
#
# global configuration, custom overlay
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
:global GlobalConfigVersion 11;
# The global-config script is updated by script-updates,
# global-config-overlay becomes an overlay for your changes.
:global ScriptUpdatesIgnore {
"global-config-overlay"
}
# Copy configuration from global-config here and modify it.
# End of global-config-overlay