Files
DnsServer/Apps/QueryLogsMySqlApp/dnsApp.config
2025-01-26 18:10:58 +05:30

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