Files
DnsServer/Apps/LogExporterApp/dnsApp.config
Zafer Balkan fb42498485 Performance improvements
Signed-off-by: Zafer Balkan <zafer@zaferbalkan.com>
2024-10-03 15:14:29 +03:00

21 lines
377 B
Plaintext

{
"maxLogEntries": 1000,
"file": {
"path": "/var/log/dns_logs.json",
"enabled": false
},
"http": {
"endpoint": "http://example.com/logs",
"method": "POST",
"headers": {
"Authorization": "Bearer abc123"
},
"enabled": false
},
"syslog": {
"address": "127.0.0.1",
"port": 514,
"protocol": "UDP",
"enabled": false
}
}