Behaviours: eradius_server.
This module implements a RADIUS proxy.
It accepts following configuration:
[{default_route, {{127, 0, 0, 1}, 1813, <<"secret">>}},
{options, [{type, realm}, {strip, true}, {separator, "@"}]},
{routes, [{"^test-[0-9].", {{127, 0, 0, 1}, 1815, <<"secret1">>}}]}],
routes carefully. The test here in example above, is
a regular expression that may cause to problemts with performance.
| radius_request/3 | |
| validate_arguments/1 |
radius_request(Request, NasProp, Args) -> any()
validate_arguments(Args) -> any()
Generated by EDoc, Feb 7 2018, 09:54:55.