mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Update client_da_addresses structure
Supports configuring transport (tcp/udp), host, port and flags (only *log for now).
This commit is contained in:
committed by
Dan Christian Bogos
parent
8dc3a9e28f
commit
ca6a9440f7
@@ -58,8 +58,13 @@
|
||||
"radius_agent": {
|
||||
"enabled": true,
|
||||
"sessions_conns": ["*bijson_localhost"],
|
||||
"client_da_addresses": {
|
||||
"127.0.0.1": ":3799"
|
||||
"client_da_addresses": {
|
||||
"127.0.0.1": {
|
||||
"transport": "udp",
|
||||
"host": "",
|
||||
"port": 3799,
|
||||
"flags": ["*log"]
|
||||
}
|
||||
},
|
||||
"listeners":[
|
||||
{
|
||||
@@ -78,3 +83,4 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user