mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-03 17:54:41 +02:00
sms-action: move configuration to global-config
This commit is contained in:
parent
374c9c09ba
commit
95794d0367
2 changed files with 14 additions and 22 deletions
|
@ -47,6 +47,13 @@
|
|||
# add mode here...
|
||||
};
|
||||
|
||||
# Run commands on SMS action.
|
||||
:global "sms-action" {
|
||||
shutdown="/ system shutdown";
|
||||
reboot="/ system reboot";
|
||||
# add more here...
|
||||
}
|
||||
|
||||
# This address should resolve ntp servers and is used to update
|
||||
# ntp settings. A pool can rotate servers.
|
||||
:global "ntp-pool" "pool.ntp.org";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue