From c975caa76df007f788f1fc274693d4bc91376762 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 25 Feb 2023 17:07:12 +0530 Subject: [PATCH] updated app config default values. --- Apps/NxDomainApp/dnsApp.config | 4 +++- Apps/QueryLogsSqliteApp/dnsApp.config | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Apps/NxDomainApp/dnsApp.config b/Apps/NxDomainApp/dnsApp.config index 1cbf6609..aaaacc26 100644 --- a/Apps/NxDomainApp/dnsApp.config +++ b/Apps/NxDomainApp/dnsApp.config @@ -2,6 +2,8 @@ "enableBlocking": true, "allowTxtBlockingReport": true, "blocked": [ - "use-application-dns.net" + "use-application-dns.net", + "mask.icloud.com", + "mask-h2.icloud.com" ] } diff --git a/Apps/QueryLogsSqliteApp/dnsApp.config b/Apps/QueryLogsSqliteApp/dnsApp.config index 73323d35..743c53f7 100644 --- a/Apps/QueryLogsSqliteApp/dnsApp.config +++ b/Apps/QueryLogsSqliteApp/dnsApp.config @@ -1,6 +1,6 @@ { "enableLogging": true, - "maxLogDays": 0, + "maxLogDays": 7, "sqliteDbPath": "querylogs.db", "connectionString": "Data Source='{sqliteDbPath}'; Cache=Shared;" }