You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
639 B
19 lines
639 B
: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";
|