mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +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"]
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user