From 55097bbed57eb5987ddc955f897237f88a328fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sun, 24 Apr 2022 13:55:50 +0200 Subject: [PATCH 1/3] Add missing status types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- docs/database/ftl.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/database/ftl.md b/docs/database/ftl.md index dd7d102ca..d394edc6a 100644 --- a/docs/database/ftl.md +++ b/docs/database/ftl.md @@ -130,6 +130,8 @@ ID | Status | | Details 12 | Allowed | ✅ | Retried query 13 | Allowed | ✅ | Retried but ignored query (this may happen during ongoing DNSSEC validation) 14 | Allowed | ✅ | Already forwarded, not forwarding again +15 | Blocked | ❌ | Blocked (database is busy) +16 | Blocked | ❌ | Blocked (special domain) ### Supported reply types From f21bdcde486b3f2605aea924858d7a0fcb68eeca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sun, 24 Apr 2022 18:43:45 +0200 Subject: [PATCH 2/3] Add notes and links for configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- docs/database/ftl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/database/ftl.md b/docs/database/ftl.md index d394edc6a..9fe86673a 100644 --- a/docs/database/ftl.md +++ b/docs/database/ftl.md @@ -130,8 +130,8 @@ ID | Status | | Details 12 | Allowed | ✅ | Retried query 13 | Allowed | ✅ | Retried but ignored query (this may happen during ongoing DNSSEC validation) 14 | Allowed | ✅ | Already forwarded, not forwarding again -15 | Blocked | ❌ | Blocked (database is busy) -16 | Blocked | ❌ | Blocked (special domain) +15 | Blocked | ❌ | Blocked (database is busy)
How these queries are handled can be [configured](ftldns/configfile/#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/) ### Supported reply types From b089dd240eac610e6e29490b3e1564f330c8d860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sun, 24 Apr 2022 18:46:24 +0200 Subject: [PATCH 3/3] Fix links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- docs/database/ftl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/database/ftl.md b/docs/database/ftl.md index 9fe86673a..b224d5fec 100644 --- a/docs/database/ftl.md +++ b/docs/database/ftl.md @@ -130,8 +130,8 @@ ID | Status | | Details 12 | Allowed | ✅ | Retried query 13 | Allowed | ✅ | Retried but ignored query (this may happen during ongoing DNSSEC validation) 14 | Allowed | ✅ | Already forwarded, not forwarding again -15 | Blocked | ❌ | Blocked (database is busy)
How these queries are handled can be [configured](ftldns/configfile/#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/) +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) ### Supported reply types