We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616cac0 commit f4f8f94Copy full SHA for f4f8f94
1 file changed
Apps/QueryLogsDuckDBApp/App.cs
@@ -354,7 +354,7 @@ FROM dns_logs
354
#region properties
355
356
public string Description
357
- { get { return "Logs DNS requests to DuckDB using Parquet for high-performance analytical storage."; } }
+ { get { return "Logs all incoming DNS requests and their responses in a DuckDB database that can be queried from the DNS Server web console."; } }
358
359
#endregion properties
360
0 commit comments