Merge pull request #633 from pi-hole/warning_IP_mode

Add deprecation note to IP blocking mode
This commit is contained in:
DL6ER
2022-01-06 22:11:02 +01:00
committed by GitHub
+6
View File
@@ -38,6 +38,9 @@ Following [RFC 3513, Internet Protocol Version 6 (IPv6) Addressing Architecture,
## Pi-hole's IP (IPv6 NODATA) blocking
!!! warning
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 may 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
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 may be removed in the future.
`/etc/pihole/pihole-FTL.conf` setting:
```