Updating radius configuration file template

Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
stephb9959
2022-06-22 22:13:25 -07:00
parent f8c21f0c68
commit b37e7d4c5d

View File

@@ -0,0 +1,54 @@
{
"pools": [
{
"acctConfig": {
"methodParameters": [],
"monitor": false,
"monitorMethod": "none",
"servers": [
{
"ip": "69.157.193.71",
"name": "svr1",
"port": 1813,
"weight": 10,
"secret": "testing123"
}
],
"strategy": "random"
},
"authConfig": {
"methodParameters": [],
"monitor": false,
"monitorMethod": "none",
"servers": [
{
"ip": "69.157.193.71",
"name": "svr1",
"port": 1812,
"weight": 10,
"secret": "testing123"
}
],
"strategy": "weighted"
},
"coaConfig": {
"methodParameters": [],
"monitor": false,
"monitorMethod": "none",
"servers": [
{
"ip": "69.157.193.71",
"name": "svr1",
"port": 3799,
"weight": 10,
"secret": "testing123"
}
],
"strategy": "round_robin"
},
"description": "master pool",
"name": "master",
"useByDefault" : true
}
]
}