From 891053e6a9f7036b84b805cfa798be231c4948c8 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 12 Apr 2019 16:28:53 +0200 Subject: [PATCH] Add documentation for finer-grained externally blocked status types. Signed-off-by: DL6ER --- docs/ftldns/database.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ftldns/database.md b/docs/ftldns/database.md index 2210646..35176c7 100644 --- a/docs/ftldns/database.md +++ b/docs/ftldns/database.md @@ -101,6 +101,9 @@ ID | Query Type 3 | Permitted + replied to from cache 4 | Blocked by wildcard 5 | Blocked by `black.list` +6 | Blocked by upstream server (known blocking page IP address) +7 | Blocked by upstream server (`0.0.0.0` or `::`) +8 | Blocked by upstream server (`NXDOMAIN` with `RA` bit unset) ### Example for interaction with the FTL long-term database In addition to the interactions the Pi-hole database API offers, you can also run your own SQL commands against the database. If you want to obtain the three most queries domains for all time, you could use