Merge pull request #7 from pi-hole/ftldns/privacylevels

Add privacy levels description
This commit is contained in:
DL6ER
2018-05-05 23:27:39 +02:00
committed by GitHub
2 changed files with 37 additions and 1 deletions
+36
View File
@@ -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
View File
@@ -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"