mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-01 14:30:34 +00:00
9 lines
219 B
Plaintext
9 lines
219 B
Plaintext
{
|
|
"enableLogging": false,
|
|
"maxQueueSize": 1000000,
|
|
"maxLogDays": 0,
|
|
"maxLogRecords": 0,
|
|
"databaseName": "DnsQueryLogs",
|
|
"connectionString": "Server=192.168.180.128; Port=3306; Uid=username; Pwd=password;"
|
|
}
|