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;" }