diff options
author | Christian Hesse <mail@eworm.de> | 2019-01-03 16:05:54 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-01-03 16:09:03 +0100 |
commit | 7d06a7e8c2b66a12db65130bddb3578b3f04468f (patch) | |
tree | 14856a19dfe739649b1ebf387a3032e38ac04d28 /global-config | |
parent | 6e03a3b93514c435ee6e5de91c1fda0c1a318c1c (diff) |
global-{config,functions}: move variables, make independent
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/global-config b/global-config index b77336c..448fbea 100644 --- a/global-config +++ b/global-config @@ -6,7 +6,7 @@ # Make sure all configuration properties are up to date and this # value is in sync with value in script 'global-functions'! -:global GlobalConfigVersion 0; +:global GlobalConfigVersion 1; # This is used for DNS and backup file. :global "domain" "example.com"; @@ -105,9 +105,3 @@ #:global tunnelpass "v3ry-s3cr3t"; #:global tunnelid "user-XXX.tunnel.tserv6.fra1.ipv6.he.net"; #:global tunnelint "tunnelbroker"; - -# Do *NOT* change these! -:global "sent-routeros-update-notification" "-"; -:global "sent-lte-firmware-upgrade-notification" "-"; -:global "identity" [ / system identity get name ]; -/ system script run global-functions; |