mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
Merge pull request #7 from pi-hole/ftldns/privacylevels
Add privacy levels description
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
Using privacy levels you can specify which level of detail you want to see in your Pi-hole statistics. The privacy level may be changed at any time without having to restart the DNS resolver. Note that queries with (partially) hidden details cannot be disclosed with a subsequent reduction of the privacy level. They can be changed either from the Settings page on the dashboard or in [FTL's config file](configfile.md).
|
||||
|
||||
The available options are
|
||||
|
||||
### Level 0 - show everything
|
||||
Doesn't hide anything, all statistics are available
|
||||
|
||||
### Level 1 - hide domains
|
||||
Show and store all domains as `hidden`
|
||||
|
||||
This setting disables
|
||||
|
||||
- Top Domains
|
||||
- Top Ads
|
||||
|
||||
### Level 2 - hide domains and clients
|
||||
Show and store all domains as `hidden` and clients as `0.0.0.0`
|
||||
|
||||
This setting disables
|
||||
|
||||
- Top Domains
|
||||
- Top Ads
|
||||
- Top Clients
|
||||
- Clients over time
|
||||
|
||||
### Level 3 - paranoia mode (hide everything)
|
||||
Disabled basically everything except the most anonymous statistics
|
||||
|
||||
This setting disables
|
||||
|
||||
- Top Domains
|
||||
- Top Ads
|
||||
- Top Clients
|
||||
- Clients over time
|
||||
- Query Log
|
||||
- Long-term database logging
|
||||
+1
-1
@@ -29,7 +29,7 @@ pages:
|
||||
- 'Install from source': "ftldns/compile.md"
|
||||
- 'Blocking mode': "ftldns/blockingmode.md"
|
||||
- 'RegEx blocking': "ftldns/regex.md"
|
||||
# - 'Privacy levels': "ftldns/privacy.md"
|
||||
- 'Privacy levels': "ftldns/privacylevels.md"
|
||||
# - 'Long-term database': "ftldns/database.md"
|
||||
- 'Telnet API': "ftldns/telnet-api.md"
|
||||
- 'In-depth manual': "ftldns/in-depth.md"
|
||||
|
||||
Reference in New Issue
Block a user