From 956824a8b513e5f2488aba32cd2e53f1115ebff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Thu, 6 Jan 2022 21:07:48 +0100 Subject: [PATCH] Add deprecation note to IP blocking mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- docs/ftldns/blockingmode.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/ftldns/blockingmode.md b/docs/ftldns/blockingmode.md index 266d470..7be62ea 100644 --- a/docs/ftldns/blockingmode.md +++ b/docs/ftldns/blockingmode.md @@ -38,6 +38,9 @@ Following [RFC 3513, Internet Protocol Version 6 (IPv6) Addressing Architecture, ## Pi-hole's IP (IPv6 NODATA) blocking +!!! warning + Consider this option deprecated. The block page can only be displayed for unencrypted `http` connections. Since the majority of web pages today are accessed over encrypted `https` connections, no block page will be displayed. This option will be removed in the future. + `/etc/pihole/pihole-FTL.conf` setting: ``` @@ -66,6 +69,9 @@ doubleclick.net. 2 IN A 192.168.2.11 ## Pi-hole's full IP blocking +!!! warning + Consider this option deprecated. The block page can only be displayed for unencrypted `http` connections. Since the majority of web pages today are accessed over encrypted `https` connections, no block page will be displayed. This option will be removed in the future. + `/etc/pihole/pihole-FTL.conf` setting: ```