Update client_da_addresses structure

Supports configuring transport (tcp/udp), host, port and
flags (only *log for now).
This commit is contained in:
ionutboangiu
2024-03-05 11:09:38 -05:00
committed by Dan Christian Bogos
parent 8dc3a9e28f
commit ca6a9440f7
8 changed files with 114 additions and 30 deletions

View File

@@ -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 @@
}
}