Files
DnsServer/Apps/LogExporterApp/dnsApp.config

20 lines
353 B
Plaintext

{
"maxQueueSize": 1000000,
"file": {
"path": "./dns_logs.json",
"enabled": false
},
"http": {
"endpoint": "http://localhost:5000/logs",
"headers": {
"Authorization": "Bearer abc123"
},
"enabled": false
},
"syslog": {
"address": "127.0.0.1",
"port": 514,
"protocol": "UDP",
"enabled": false
}
}