mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Revise dnsagent service and its default port
This commit is contained in:
committed by
Dan Christian Bogos
parent
8fb0ab08e3
commit
8c19386d58
@@ -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>
|
||||
|
||||
@@ -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