我一直能够屏蔽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发布于 2015-09-23 17:28:40
在没有http://的情况下试试,就像facebook和youtube上一样
https://stackoverflow.com/questions/32745737
复制相似问题