Add locks for dns service and agent

This commit is contained in:
arberkatellari
2023-06-21 11:57:12 -04:00
committed by Dan Christian Bogos
parent 8c19386d58
commit 5f04bcfe66
9 changed files with 146 additions and 135 deletions

View File

@@ -1,5 +1,4 @@
{
"dns_agent": {
"request_processors": [
{
@@ -27,5 +26,4 @@
},
],
},
}

View File

@@ -66,16 +66,13 @@
"dns_agent": {
"enabled": true,
"listeners":[
{
"address":":2053",
"network":"tcp"
},
{
"address":":2053",
"network":"udp"
}
},
],
"sessions_conns": ["*localhost"]
"sessions_conns": ["*localhost"],
},

View File

@@ -1,5 +1,4 @@
{
"dns_agent": {
"request_processors": [
{
@@ -20,5 +19,4 @@
},
],
},
}