2020-09-18 09:00:27 +00:00
|
|
|
#!rsc by RouterOS
|
2019-09-03 18:59:00 +00:00
|
|
|
# RouterOS script: global-config-overlay
|
2020-01-01 16:00:39 +00:00
|
|
|
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de>
|
2020-06-19 20:17:42 +00:00
|
|
|
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
|
2019-09-03 18:59:00 +00:00
|
|
|
#
|
|
|
|
# global configuration, custom overlay
|
2020-03-27 20:54:00 +00:00
|
|
|
# https://git.eworm.de/cgit/routeros-scripts/about/
|
2019-09-03 18:59:00 +00:00
|
|
|
|
|
|
|
# Make sure all configuration properties are up to date and this
|
|
|
|
# value is in sync with value in script 'global-functions'!
|
2020-02-04 19:19:46 +00:00
|
|
|
# Comment or remove to disable change notifications.
|
2020-12-18 14:31:03 +00:00
|
|
|
:global GlobalConfigVersion 39;
|
2019-09-03 18:59:00 +00:00
|
|
|
|
|
|
|
# Copy configuration from global-config here and modify it.
|
|
|
|
|
2020-02-03 08:29:53 +00:00
|
|
|
|
|
|
|
# End of global-config-overlay
|