From 4d8d35366cf8a1fe2178da4555baa76a19fced2a Mon Sep 17 00:00:00 2001 From: GilbN Date: Thu, 16 Jul 2020 23:58:14 +0200 Subject: [PATCH] Updated Pi hole (markdown) --- Pi-hole.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Pi-hole.md b/Pi-hole.md index eb190d7..cdc7433 100644 --- a/Pi-hole.md +++ b/Pi-hole.md @@ -21,13 +21,15 @@ This will add `https://raw.githubusercontent.com` and `https://gilbn.github.io` ```nginx proxy_set_header Accept-Encoding ""; sub_filter -'' -''; +'' +''; sub_filter '' ' '; sub_filter_once on; + + ```