Aggiunta di siti Web da bloccare tramite / etc / hosts non funzionanti

3

Blocco alcuni siti web tramite / etc / hosts sulla mia macchina. Ma per reddit.com non funziona. Che cosa devo fare?

##
# 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 mackeeperapp.mackeeper.com
127.0.0.1 mackeeperapp2.mackeeper.com
127.0.0.1 mackeeperapp3.mackeeper.com
127.0.0.1 mackeeper.com
127.0.0.1 reddit.com
    
posta Sebastian Semmler 04.06.2016 - 16:26
fonte

2 risposte

1

L'ho trovato su GitHub ma non l'ho provato.

# Simply curl -s this and pipe it into sh.
# This script uses root privileges, be careful!
# Appends a list of known Reddit subdomains to your /etc/hosts file, and points them to localhost.
# Should work totally fine, but I take no responsibility if it messes up your machine.

# **Made by Colby Ludwig** (twitter.com/cdl)

sudo bash -c "echo -e '\n\n# -- Block all of Reddit --\n127.0.0.1\t\treddit.com\n127.0.0.1\t\twww.reddit.com\n127.0.0.1\t\tnp.reddit.com\n127.0.0.1\t\tssl.reddit.com\n127.0.0.1\t\tblog.reddit.com\n127.0.0.1\t\tfr.reddit.com\n127.0.0.1\t\tpay.reddit.com\n127.0.0.1\t\tes.reddit.com\n127.0.0.1\t\tenus.reddit.com\n127.0.0.1\t\ten.reddit.com\n127.0.0.1\t\tru.reddit.com\n127.0.0.1\t\tus.reddit.com\n127.0.0.1\t\tde.reddit.com\n127.0.0.1\t\tdd.reddit.com\n127.0.0.1\t\tno.reddit.com\n127.0.0.1\t\tpt.reddit.com\n127.0.0.1\t\tww.reddit.com\n127.0.0.1\t\tss.reddit.com\n127.0.0.1\t\t4x.reddit.com\n127.0.0.1\t\tsv.reddit.com\n127.0.0.1\t\tnl.reddit.com\n127.0.0.1\t\thw.reddit.com\n127.0.0.1\t\thr.reddit.com' >> /etc/hosts"
    
risposta data 04.06.2016 - 16:36
fonte
1

Safari mantiene la propria cache DNS effimera. Se hai appena aggiunto il record a / etc / hosts, prova a chiudere Safari, eseguendo dscacheutil -flushcache e riavviando il computer.

    
risposta data 04.06.2016 - 16:31
fonte

Leggi altre domande sui tag