From 4e3a72e1c0939e3a8c1608790ece8d829f352fb2 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sun, 16 Aug 2020 14:43:59 +0200 Subject: [PATCH] Add new Query Types as per FTL #819 Signed-off-by: DL6ER --- docs/database/ftl.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/database/ftl.md b/docs/database/ftl.md index 1580e78..fb3aef9 100644 --- a/docs/database/ftl.md +++ b/docs/database/ftl.md @@ -68,8 +68,6 @@ ID | Interpretation The FTL table contains some data used by *FTL*DNS for determining which queries to save to the database. This table does not contain any entries of general interest. -SQLite3 syntax used to create this table: - ### Supported query types ID | Query Type @@ -81,6 +79,13 @@ ID | Query Type 5 | SOA 6 | PTR 7 | TXT +8 | NAPTR +9 | MX +10 | DS +11 | RRSIG +12 | DNSKEY +13 | OTHER (any query type not covered above) +