diff --git a/Apps/apps2.json b/Apps/apps2.json index 0a338802..26cd12c8 100644 --- a/Apps/apps2.json +++ b/Apps/apps2.json @@ -392,6 +392,12 @@ "version": "6.0", "url": "https://download.technitium.com/dns/apps/DropRequestsApp-v6.zip", "size": "12.6 KB" + }, + { + "serverVersion": "13.4", + "version": "6.1", + "url": "https://download.technitium.com/dns/apps/DropRequestsApp-v6.1.zip", + "size": "12.7 KB" } ] }, @@ -713,6 +719,18 @@ } ] }, + { + "name": "Log Exporter", + "description": "Allows exporting query logs to third party sinks. It supports exporting to File, HTTP endpoint, and Syslog (UDP, TCP, TLS, and Local protocols).", + "versions": [ + { + "serverVersion": "13.4", + "version": "1.0", + "url": "https://download.technitium.com/dns/apps/LogExporterApp-v1.zip", + "size": "202 KB" + } + ] + }, { "name": "NO DATA", "description": "Allows creating APP records in a conditional forwarder zone that can returns a NO DATA response for requests that match the configured query type (QTYPE) to allow blocking records.", @@ -827,6 +845,18 @@ } ] }, + { + "name": "Query Logs (MySQL)", + "description": "Logs all incoming DNS requests and their responses in a MySQL database that can be queried from the DNS Server web console.", + "versions": [ + { + "serverVersion": "13.4", + "version": "1.0", + "url": "https://download.technitium.com/dns/apps/QueryLogsMySqlApp-v1.zip", + "size": "6.70 MB" + } + ] + }, { "name": "Query Logs (Sqlite)", "description": "Logs all incoming DNS requests and their responses in a Sqlite database that can be queried from the DNS Server web console. The query logging throughput is limited by the disk throughput on which the Sqlite db file is stored. This app is not recommended to be used with very high throughput (more than 20,000 requests/second).", @@ -908,6 +938,24 @@ "version": "6.1", "url": "https://download.technitium.com/dns/apps/QueryLogsSqliteApp-v6.1.zip", "size": "14.3 MB" + }, + { + "serverVersion": "13.4", + "version": "7.0", + "url": "https://download.technitium.com/dns/apps/QueryLogsSqliteApp-v7.zip", + "size": "14.3 MB" + } + ] + }, + { + "name": "Query Logs (SQL Server)", + "description": "Logs all incoming DNS requests and their responses in a Microsoft SQL Server database that can be queried from the DNS Server web console.", + "versions": [ + { + "serverVersion": "13.4", + "version": "1.0", + "url": "https://download.technitium.com/dns/apps/QueryLogsSqlServerApp-v1.zip", + "size": "4.67 MB" } ] },