From: Steven Black Date: Sun, 9 Apr 2017 02:51:36 +0000 (-0400) Subject: Testing the shallow-clone notification. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9d0ad35b7b33f509ea4ed0ea30f8b1f66461a1d3;p=stevenblack-hosts.git Testing the shallow-clone notification. --- diff --git a/readme.md b/readme.md index 4084f097b..45960ef5b 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,16 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. +
+ +

Shallow clone and avoid 400 Mb of history

+

I recommend a **shallow clone** because you probably don't need many years of history.

+

Like this:

+
+git clone --depth 5 https://github.com/StevenBlack/hosts.git
+	
+
+ * Last updated: **April 09 2017**. * Here's the [raw hosts file with base extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) containing 35,460 entries. @@ -308,4 +318,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. \ No newline at end of file +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver.