You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/database/ftl.md
+1
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ Label | Type | Allowed to by empty | Content
53
53
`reply_type` | integer | Yes | Type of the reply for this query (see [Supported reply types](ftl.md#supported-reply-types))
54
54
`reply_time` | real | Yes | Seconds it took until the final reply was received
55
55
`dnssec` | integer | Yes | Type of the DNSSEC status for this query (see [DNSSEC status](ftl.md#dnssec-status))
56
+
`regex_id` | integer | Yes | ID of the regex filter that matched this query (only set if blocked by a regex filter)
56
57
57
58
The `queries``VIEW` is dynamically generated from the data actually stored in the `query_storage` table and the linking tables `domain_by_id`, `client_by_id`, `forward_by_id`, and `addinfo_by_id` (see below). The table `query_storage` will contains integer IDs pointing to the respective entries of the linking tables to save space and make searching the database faster. If you haven't upgraded for some time, the table may still contain strings instead of integer IDs.
0 commit comments