mock-radius

0.0.4 • Public • Published

mock-radius Build Status

Radius server for testing purposes.

Listens on all interfaces by default and port 1812.

Install

$ npm install mock-radius

Usage

var config = {
    address: '0.0.0.0',
    port: 1812,
    secret: 'radiusSuperSecret',
    userName: 'hulk',
    userPassword: 'smash12345'
};
 
var mockradius = new MockRadius(config);
 
mockradius.bind();

Run Tests

$ npm test

License

MIT

Package Sidebar

Install

npm i mock-radius

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • iostat42