mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
20 lines
353 B
Plaintext
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
|
|
}
|
|
} |