aboutsummaryrefslogtreecommitdiffstats
path: root/global-config-overlay
blob: 93bd84b5f6fc0d36a95314b30244857e06316ed7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!rsc by RouterOS
# RouterOS script: global-config-overlay
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
#
# global configuration, custom overlay
# https://git.eworm.de/cgit/routeros-scripts/about/

# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
# Comment or remove to disable change notifications.
:global GlobalConfigVersion 39;

# Copy configuration from global-config here and modify it.


# End of global-config-overlay