Revise dnsagent service and its default port

This commit is contained in:
arberkatellari
2023-06-19 11:07:52 -04:00
committed by Dan Christian Bogos
parent 8fb0ab08e3
commit 8c19386d58
13 changed files with 143 additions and 149 deletions

View File

@@ -666,7 +666,7 @@
// "dns_agent": {
// "enabled": false, // enables the DNS agent: <true|false>
// "listen": "127.0.0.1:2053", // address where to listen for DNS requests <x.y.z.y:1234>
// "listen": "127.0.0.1:53", // address where to listen for DNS requests <x.y.z.y:1234>
// "listen_net": "udp", // network to listen on <udp|tcp|tcp-tls>
// "sessions_conns": ["*internal"],
// "timezone": "", // timezone of the events if not specified <UTC|Local|$IANA_TZ_DB>