Answers for "block a website on mac"

C
0

block a website on mac

//Enter following command on Mac
sudo nano /etc/hosts
right under where it says, "127.0.0.1 localhost".
Type in "127.0.0.1 hit ‘tab’, then enter websiteName.com"
Posted by: Guest on October-06-2021

Code answers related to "C"

Browse Popular Code Answers by Language