|
|
@ -0,0 +1,19 @@ |
|
|
|
:delay 15s |
|
|
|
/interface bridge |
|
|
|
add name=bridge |
|
|
|
/interface bridge port |
|
|
|
add bridge=bridge interface=wlan1 |
|
|
|
add bridge=bridge interface=ether1 |
|
|
|
/ip dhcp-client |
|
|
|
add dhcp-options=hostname,clientid disabled=no interface=bridge |
|
|
|
/ip service |
|
|
|
set telnet disabled=yes |
|
|
|
set ftp disabled=yes |
|
|
|
set www disabled=yes |
|
|
|
set api disabled=yes |
|
|
|
/system clock |
|
|
|
set time-zone-name=Europe/Paris |
|
|
|
/system ntp client |
|
|
|
set enabled=yes server-dns-names=fr.pool.ntp.org |
|
|
|
:delay 5s |
|
|
|
/tool fetch url="https://gitlab.altinea.fr/altinea/install-scripts/raw/branch/master/routeros/add-music.rsc" dst-path=add-music.rsc; /import add-music.rsc; /system script run "Music: Thunderstruck"; |