mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-09 01:13:58 +00:00
21 lines
377 B
Plaintext
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
|
|
}
|
|
} |