mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
{
|
|
"enableLogging": false,
|
|
"maxQueueSize": 1000000,
|
|
"maxLogDays": 0,
|
|
"maxLogRecords": 0,
|
|
"databaseName": "DnsQueryLogs",
|
|
"connectionString": "Data Source=tcp:192.168.10.101,1433; User ID=username; Password=password; TrustServerCertificate=true;"
|
|
}
|