mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-07-13 08:04:29 +02:00
New script to notify about routerboard upgrade
This commit is contained in:
parent
5cfac94956
commit
7dfdef45c3
2 changed files with 31 additions and 0 deletions
|
@ -25,6 +25,13 @@
|
|||
# Configure Identity
|
||||
/system identity set name=$identity
|
||||
|
||||
# Minor Tweaks
|
||||
/interface detect-internet
|
||||
set detect-interface-list=WAN
|
||||
set lan-interface-list=LAN
|
||||
set wan-interface-list=all
|
||||
set internet-interface-list=all
|
||||
|
||||
# Wireless tweaks
|
||||
|
||||
# install public SSH key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue