merge-hosts

/etc/hosts manager
git clone git://git.ckyln.com/~cem/merge-hosts.git
Log | Files | Refs | README | LICENSE

gethostszero (268B)


      1 #!/bin/sh
      2 #
      3 # Filter list for various ad servers. Makes your webbrowser open less
      4 # connections.
      5 #
      6 # See the downloaded file itself for the copyright notice.
      7 #
      8 
      9 # Taken from hosts-gen
     10 
     11 curl -s https://someonewhocares.org/hosts/zero/hosts > /etc/hosts.d/02-hosts.zero
     12