mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
updated app config default values.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
"enableBlocking": true,
|
||||
"allowTxtBlockingReport": true,
|
||||
"blocked": [
|
||||
"use-application-dns.net"
|
||||
"use-application-dns.net",
|
||||
"mask.icloud.com",
|
||||
"mask-h2.icloud.com"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"enableLogging": true,
|
||||
"maxLogDays": 0,
|
||||
"maxLogDays": 7,
|
||||
"sqliteDbPath": "querylogs.db",
|
||||
"connectionString": "Data Source='{sqliteDbPath}'; Cache=Shared;"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user