:~$ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --ignore-certificate-errors &> /dev/null &
:local staticIP 192.168.1.182/24;
:local newIP [/ip address get [find interface="ether1"] address];
:if ($newIP != $staticIP) do={
:delay 5;
:log info "trying to change $newIP to $staticIP";
[/ip dhcp-client release numbers=0];
}