mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Implement support for multiple concurrent dnsagents
This commit is contained in:
committed by
Dan Christian Bogos
parent
86b6a320fe
commit
8fb0ab08e3
@@ -65,7 +65,12 @@
|
||||
|
||||
"dns_agent": {
|
||||
"enabled": true,
|
||||
"listen": ":2053",
|
||||
"listeners":[
|
||||
{
|
||||
"address":":2053",
|
||||
"network":"udp"
|
||||
}
|
||||
],
|
||||
"sessions_conns": ["*localhost"],
|
||||
},
|
||||
|
||||
|
||||
@@ -70,7 +70,12 @@
|
||||
|
||||
"dns_agent": {
|
||||
"enabled": true,
|
||||
"listen": ":2053",
|
||||
"listeners":[
|
||||
{
|
||||
"address":":2053",
|
||||
"network":"udp"
|
||||
}
|
||||
],
|
||||
"sessions_conns": ["*localhost"],
|
||||
},
|
||||
|
||||
|
||||
@@ -61,7 +61,12 @@
|
||||
|
||||
"dns_agent": {
|
||||
"enabled": true,
|
||||
"listen": ":2053",
|
||||
"listeners":[
|
||||
{
|
||||
"address":":2053",
|
||||
"network":"udp"
|
||||
}
|
||||
],
|
||||
"sessions_conns": ["*localhost"],
|
||||
},
|
||||
|
||||
|
||||
@@ -43,9 +43,23 @@
|
||||
"enabled": true
|
||||
},
|
||||
|
||||
// "tls": {
|
||||
// "server_certificate" : "d",
|
||||
// "server_key":"2"
|
||||
// },
|
||||
|
||||
"dns_agent": {
|
||||
"enabled": true,
|
||||
"listen": ":2053",
|
||||
"listeners":[
|
||||
{
|
||||
"address":":2053",
|
||||
"network":"udp"
|
||||
},
|
||||
{
|
||||
"address":":2054",
|
||||
"network":"tcp"
|
||||
}
|
||||
],
|
||||
"sessions_conns": ["*internal"]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user