mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 13:49:53 +05:00
Revise dnsagent service and its default port
This commit is contained in:
committed by
Dan Christian Bogos
parent
8fb0ab08e3
commit
8c19386d58
@@ -66,12 +66,16 @@
|
||||
"dns_agent": {
|
||||
"enabled": true,
|
||||
"listeners":[
|
||||
{
|
||||
"address":":2053",
|
||||
{
|
||||
"address":":2053",
|
||||
"network":"tcp"
|
||||
},
|
||||
{
|
||||
"address":":2053",
|
||||
"network":"udp"
|
||||
}
|
||||
}
|
||||
],
|
||||
"sessions_conns": ["*localhost"],
|
||||
"sessions_conns": ["*localhost"]
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -43,11 +43,6 @@
|
||||
"enabled": true
|
||||
},
|
||||
|
||||
// "tls": {
|
||||
// "server_certificate" : "d",
|
||||
// "server_key":"2"
|
||||
// },
|
||||
|
||||
"dns_agent": {
|
||||
"enabled": true,
|
||||
"listeners":[
|
||||
|
||||
Reference in New Issue
Block a user