update copyright for 2021

This commit is contained in:
Christian Hesse 2021-01-01 21:33:52 +01:00
parent ea7cdcb4a5
commit 547fbc630a
55 changed files with 55 additions and 55 deletions

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: accesslist-duplicates.capsman # RouterOS script: accesslist-duplicates.capsman
# Copyright (c) 2018-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2018-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# print duplicate antries in wireless access list # print duplicate antries in wireless access list

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: accesslist-duplicates.local # RouterOS script: accesslist-duplicates.local
# Copyright (c) 2018-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2018-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# print duplicate antries in wireless access list # print duplicate antries in wireless access list

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: accesslist-duplicates%TEMPL% # RouterOS script: accesslist-duplicates%TEMPL%
# Copyright (c) 2018-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2018-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# print duplicate antries in wireless access list # print duplicate antries in wireless access list

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: bridge-port-to-default # RouterOS script: bridge-port-to-default
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# reset bridge ports to default bridge # reset bridge ports to default bridge

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: bridge-port-toggle # RouterOS script: bridge-port-toggle
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# toggle bridge ports between default and alt bridge # toggle bridge ports between default and alt bridge

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: capsman-download-packages # RouterOS script: capsman-download-packages
# Copyright (c) 2018-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2018-2021 Christian Hesse <mail@eworm.de>
# Michael Gisbers <michael@gisbers.de> # Michael Gisbers <michael@gisbers.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: capsman-rolling-upgrade # RouterOS script: capsman-rolling-upgrade
# Copyright (c) 2018-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2018-2021 Christian Hesse <mail@eworm.de>
# Michael Gisbers <michael@gisbers.de> # Michael Gisbers <michael@gisbers.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: certificate-renew-issued # RouterOS script: certificate-renew-issued
# Copyright (c) 2019-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2019-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# renew locally issued certificates # renew locally issued certificates

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: check-certificates # RouterOS script: check-certificates
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# check for certificate validity # check for certificate validity

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: check-health # RouterOS script: check-health
# Copyright (c) 2019-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2019-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# check for RouterOS health state # check for RouterOS health state

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: check-lte-firmware-upgrade # RouterOS script: check-lte-firmware-upgrade
# Copyright (c) 2018-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2018-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# check for LTE firmware upgrade, send notification # check for LTE firmware upgrade, send notification

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: check-routeros-update # RouterOS script: check-routeros-update
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# check for RouterOS update, send notification and/or install # check for RouterOS update, send notification and/or install

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: cloud-backup # RouterOS script: cloud-backup
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# upload backup to MikroTik cloud # upload backup to MikroTik cloud

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: collect-wireless-mac.capsman # RouterOS script: collect-wireless-mac.capsman
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# collect wireless mac adresses in access list # collect wireless mac adresses in access list

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: collect-wireless-mac.local # RouterOS script: collect-wireless-mac.local
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# collect wireless mac adresses in access list # collect wireless mac adresses in access list

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: collect-wireless-mac%TEMPL% # RouterOS script: collect-wireless-mac%TEMPL%
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# collect wireless mac adresses in access list # collect wireless mac adresses in access list

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: daily-psk.capsman # RouterOS script: daily-psk.capsman
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# Michael Gisbers <michael@gisbers.de> # Michael Gisbers <michael@gisbers.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: daily-psk.local # RouterOS script: daily-psk.local
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# Michael Gisbers <michael@gisbers.de> # Michael Gisbers <michael@gisbers.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: daily-psk%TEMPL% # RouterOS script: daily-psk%TEMPL%
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# Michael Gisbers <michael@gisbers.de> # Michael Gisbers <michael@gisbers.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: dhcp-lease-comment.capsman # RouterOS script: dhcp-lease-comment.capsman
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# update dhcp-server lease comment with infos from access-list # update dhcp-server lease comment with infos from access-list

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: dhcp-lease-comment.local # RouterOS script: dhcp-lease-comment.local
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# update dhcp-server lease comment with infos from access-list # update dhcp-server lease comment with infos from access-list

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: dhcp-lease-comment%TEMPL% # RouterOS script: dhcp-lease-comment%TEMPL%
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# update dhcp-server lease comment with infos from access-list # update dhcp-server lease comment with infos from access-list

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: dhcp-to-dns # RouterOS script: dhcp-to-dns
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# check DHCP leases and add/remove/update DNS entries # check DHCP leases and add/remove/update DNS entries

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: email-backup # RouterOS script: email-backup
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# create and email backup and config file # create and email backup and config file

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: global-config # RouterOS script: global-config
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# global configuration # global configuration

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: global-config-overlay # RouterOS script: global-config-overlay
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# global configuration, custom overlay # global configuration, custom overlay

View File

@ -1,5 +1,5 @@
# RouterOS global-config changes # RouterOS global-config changes
# Copyright (c) 2019-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2019-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# Changes for global-config to be added to notification on script updates # Changes for global-config to be added to notification on script updates

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: global-functions # RouterOS script: global-functions
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# Michael Gisbers <michael@gisbers.de> # Michael Gisbers <michael@gisbers.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: global-wait # RouterOS script: global-wait
# Copyright (c) 2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2020-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# wait for global-functions to finish # wait for global-functions to finish

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: gps-track # RouterOS script: gps-track
# Copyright (c) 2018-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2018-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# track gps data by sending json data to http server # track gps data by sending json data to http server

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: hotspot-to-wpa # RouterOS script: hotspot-to-wpa
# Copyright (c) 2019-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2019-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# add private WPA passphrase after hotspot login # add private WPA passphrase after hotspot login

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: ip-addr-bridge # RouterOS script: ip-addr-bridge
# Copyright (c) 2018-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2018-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# enable or disable ip addresses based on bridge port state # enable or disable ip addresses based on bridge port state

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: ipv6-update # RouterOS script: ipv6-update
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# update firewall and dns settings on IPv6 prefix change # update firewall and dns settings on IPv6 prefix change

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: learn-mac-based-vlan # RouterOS script: learn-mac-based-vlan
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# learn MAC address for MAC-based-VLAN # learn MAC address for MAC-based-VLAN

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: lease-script # RouterOS script: lease-script
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# run scripts on DHCP lease # run scripts on DHCP lease

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: leds-day-mode # RouterOS script: leds-day-mode
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# enable LEDs # enable LEDs

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: leds-night-mode # RouterOS script: leds-night-mode
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# disable LEDs # disable LEDs

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: leds-toggle-mode # RouterOS script: leds-toggle-mode
# Copyright (c) 2018-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2018-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# toggle LEDs mode # toggle LEDs mode

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: log-forward # RouterOS script: log-forward
# Copyright (c) 2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2020-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# forward log messages via notification # forward log messages via notification

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: manage-umts # RouterOS script: manage-umts
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# manage UMTS interface based on ethernet and wireless status # manage UMTS interface based on ethernet and wireless status

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: mode-button # RouterOS script: mode-button
# Copyright (c) 2018-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2018-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# act on multiple mode and reset button presses # act on multiple mode and reset button presses

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: netwatch-notify # RouterOS script: netwatch-notify
# Copyright (c) 2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2020-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# monitor netwatch and send notifications # monitor netwatch and send notifications

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: netwatch-syslog # RouterOS script: netwatch-syslog
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# requires: dont-require-permissions=yes # requires: dont-require-permissions=yes

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: ospf-to-leds # RouterOS script: ospf-to-leds
# Copyright (c) 2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2020-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# visualize ospf instance state via leds # visualize ospf instance state via leds

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: packages-update # RouterOS script: packages-update
# Copyright (c) 2019-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2019-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# download packages and reboot for installation # download packages and reboot for installation

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: ppp-on-up # RouterOS script: ppp-on-up
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# run scripts on ppp up # run scripts on ppp up

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: rotate-ntp # RouterOS script: rotate-ntp
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# rotate the ntp servers # rotate the ntp servers

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: sms-action # RouterOS script: sms-action
# Copyright (c) 2018-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2018-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# run action on received SMS # run action on received SMS

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: sms-forward # RouterOS script: sms-forward
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# forward SMS to e-mail # forward SMS to e-mail

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: ssh-keys-import # RouterOS script: ssh-keys-import
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# import ssh keys from file # import ssh keys from file

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: super-mario-theme # RouterOS script: super-mario-theme
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# play Super Mario theme # play Super Mario theme

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: unattended-lte-firmware-upgrade # RouterOS script: unattended-lte-firmware-upgrade
# Copyright (c) 2018-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2018-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# schedule unattended lte firmware upgrade # schedule unattended lte firmware upgrade

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: update-gre-address # RouterOS script: update-gre-address
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# update gre interface remote address with dynamic address from # update gre interface remote address with dynamic address from

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: update-tunnelbroker # RouterOS script: update-tunnelbroker
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# Michael Gisbers <michael@gisbers.de> # Michael Gisbers <michael@gisbers.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #

View File

@ -1,6 +1,6 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: upload-backup # RouterOS script: upload-backup
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
# #
# create and upload backup and config file # create and upload backup and config file