From 3a2dcc90cace31081bb7b84bf12b758105262ae7 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sat, 14 Sep 2024 13:57:08 +0200 Subject: [PATCH] Add new QUERY_EXTERNAL_BLOCKED_EDE15 query status Signed-off-by: DL6ER --- docs/database/ftl.md | 1 + docs/ftldns/debugging.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/database/ftl.md b/docs/database/ftl.md index e111c59c6..679dd7577 100644 --- a/docs/database/ftl.md +++ b/docs/database/ftl.md @@ -132,6 +132,7 @@ ID | Status | | Details 15 | Blocked | ❌ | Blocked (database is busy)
How these queries are handled can be [configured](../ftldns/configfile.md#reply_when_busy) 16 | Blocked | ❌ | Blocked (special domain)
*E.g. Mozilla's canary domain and Apple's Private Relay domains*
Handling can be [configured](../ftldns/configfile.md) 17 | Allowed | ✅⌛ | Replied from *stale* cache +18 | Blocked | ❌ | By upstream server (EDE 15) ### Supported reply types diff --git a/docs/ftldns/debugging.md b/docs/ftldns/debugging.md index 18af84344..d90435444 100644 --- a/docs/ftldns/debugging.md +++ b/docs/ftldns/debugging.md @@ -31,7 +31,7 @@ Once you are used to it, you can skip most of the steps. Debugging *FTL*DNS is q ## Prerequirements (only required once) -1. Install `screen` and `gdb` using `sudo apt-get install screen gdb` (you may need to use another package manager, e.g., `yum`, `dnf` or `apk add`, depending on your distribution) +1. Install `screen` and `gdb` using `sudo apt install screen gdb` (you may need to use another package manager, e.g., `yum`, `dnf` or `apk add`, depending on your distribution) 2. Start a screen session (it will allow you to come back even if the SSH connection died) * If you don't know about `screen`, then read about it (you *will* love it!) 3. Start a screen session using `screen`