mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 11:28:09 +00:00
added rate limiting radius server and accounting data
This commit is contained in:
@@ -693,6 +693,24 @@ RADIUS_ACCOUNTING_DATA = {
|
|||||||
"pk_password": "whatever"
|
"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 = {
|
PASSPOINT_RADIUS_SERVER_DATA = {
|
||||||
"ip": "52.234.179.191",
|
"ip": "52.234.179.191",
|
||||||
"port": 11812,
|
"port": 11812,
|
||||||
|
|||||||
Reference in New Issue
Block a user