Files
DnsServer/Apps/QueryLogsMySql/dnsApp.config

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