added rate limiting radius server and accounting data

This commit is contained in:
Nikita Yadav
2021-12-04 10:31:28 +05:30
parent e70a924acf
commit 1d8c7cd4ab

View File

@@ -693,6 +693,24 @@ RADIUS_ACCOUNTING_DATA = {
"pk_password": "whatever"
}
RATE_LIMITING_RADIUS_SERVER_DATA = {
"ip": "18.189.85.200",
"port": 1812,
"secret": "testing123",
"user": "user",
"password": "password",
"pk_password": "whatever"
}
RATE_LIMITING_RADIUS_ACCOUNTING_DATA = {
"ip": "18.189.85.200",
"port": 1813,
"secret": "testing123",
"user": "user",
"password": "password",
"pk_password": "whatever"
}
PASSPOINT_RADIUS_SERVER_DATA = {
"ip": "52.234.179.191",
"port": 11812,