You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo cp /etc/hosts /etc/hosts.d/temporarily-disabled && sudo cp /etc/hosts.d/hosts.conf /etc/hosts && echo -e "Temporarily suspending blocking for time (in seconds): $TemporalyTime. If you cancel manually via ^C or closing terminal, turn back blocking via "refreshblocking" command." ;
sleep $TemporarilyTime && sudo mv /etc/hosts.d/temporarily-disabled /etc/hosts && echo -e "Temporary suspension has been lifted. Edithosts is activ"