2015-09-23 113 views
0

我已經能夠阻止Youtube和Facebook網站,但不是亞馬遜或谷歌。爲什麼?似乎這兩個網站有不同的東西。由於無法阻止特定網站

Bernardos-MacBook-Pro:~ bernardo$ sudo nano /etc/hosts 
## 
# Host Database 
# 
# localhost is used to configure the loopback interface 
# when the system is booting. Do not change this entry. 
## 
127.0.0.1  localhost 
255.255.255.255 broadcasthost 
::1    localhost 
127.0.0.1 www.youtube.com 
127.0.0.1 http://www.amazon.es 
127.0.0.1 https://www.google.es 
127.0.0.1 www.facebook.com 

回答